dd-sdk-android
dd-sdk-android copied to clipboard
Datadog SDK for Android (Compatible with Kotlin and Java)
**Is your feature request related to a problem? Please describe.** We have the case that the region/site is not known on app launch but selected by the user later. A...
Thanks for taking the time for reporting an issue! **Describe what happened** My Android app launched a call that returned a 304, and datadog RUM session resource says it has...
Thanks for taking the time for reporting an issue! **Describe what happened** - Unable dynamic add web host in configuration, where we have a lot webview load url with different...
**Describe what happened** - Using those `RumMonitor` calls i would expect for each error to have a new issue or link it to an existing issue: - fun `stopResourceWithError(String,` Int?,...
If a custom build of AOSP does not support or report the battery state for the device through the BatteryIntent broadcast logging is delayed or skipped. When this scenario happens...
**Is your feature request related to a problem? Please describe.** Now when You report traces with `URL's` that have wildcards like: -> api/v1/users/{userId}/emails/{emailId}: - api/v1/users/1/emails/33 - api/v1/users/1/emails/33 In Datadog they...
I work on a very SQLite heavy application, where most of the network calls happen in the background outside the context of a user flow. One thing I'm not sure...
I'm just looking at generating some code using your JSON schema files, I have a few improvements to suggest The date field in [_common_schema.json](https://github.com/DataDog/dd-sdk-android/blob/master/dd-sdk-android/src/main/json/rum/_common-schema.json) is defined with type=integer but if...
We should be able to configure custom attributes and tags for crashes. We could set a kind of builder to the exception handler, so tags and attributes can be defined...
**Describe what happened** `NavigationViewTrackingStrategy` doesn't track child destinations. The structure looks sth like that: -- MainActivity \\_____ RootHomeFragment (this could be a fragment with bottom nav) \\________ Child fragments (e.g....