This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Why do I see the message `OneAgent SDK version <version_number> does not match Dynatrace Android Gradle plugin version <version_number>`?
OneAgent SDK and the Dynatrace Android...
...equests manually. Why are web requests not associated with a given user action? OneAgent for Android only attaches web requests to a user action triggered within a specific timeframe. The t...
If you can't resolve a problem with Session Replay on crashes for Android, please contact a Dynatrace product expert via live chat within your Dynatrace environment. Also, ensure that your system m...
If you can't resolve a problem with Session Replay on crashes for Android, please contact a Dynatrace product expert via live chat within your Dynatrace environment. Also, ensure that your system m...
Hi Dynatrace team, We're currently running Dynatrace Android Gradle Plugin 8.331.1.1004 (the latest available on Maven Central) and recently upgraded to Android Gradle Plugin 9.0.1. The build fails a...
We are experiencing a Gradle dependency resolution issue that seems to indicate a strict coupling between the Jetpack Compose BOM version and the Dynatrace Android Gradle plugin.
After upgrading t...
I'am trying to send a custom event according to this documentation. This is my Flutter code to send the event:
Dynatrace().sendEvent(
EventData(
eventProperties: {'event_...
We have an app built with expo.
Instead of the default app.json, we're using app.config.ts.
When running the instrumentDynatrace command, Android instrumentation succeeds, but iOS fails w...
...bsp;
How to tag a user in a session
A session gets tagged when SDK API method is called.
Dynatrace.identifyUser("john.doe@example.com");
for both Android and iOS.
Session is not b...
Hello there, I have react native app with android folder having build.gradle.kts when I do npx instrumentdynatrace gradle=android/build.gradle.kts it fails to set up android side of the p...