Nikita Ogorodnikov
Nikita Ogorodnikov
Hello @amirziaratii! The change mentioned above is now available in our [first beta of SDK v2](https://github.com/DataDog/dd-sdk-android/releases/tag/2.0.0-beta1). Can you please try the new SDK version and let us know if the...
Hello @lgvalle! When token is invalid you should [have an error](https://github.com/DataDog/dd-sdk-android/blob/d87153bf255fc8eac45707d3ab4352490bf4d913/dd-sdk-android/src/main/kotlin/com/datadog/android/core/internal/net/UploadStatus.kt#L41) in the logcat, given that you set logs verbosity using `Datadog.setVerbosity` call (by default no logs will be printed).
Thank you for the suggestion, we will check what we can do indeed. Generally speaking, validating client setup is more complicated topic, because missing data in Datadog dashboards may be...
Hello @socksinbed! Thanks for reporting the issue, we will try to improve this API indeed.
Hello @Albertoperezs90. Thanks for opening the issue. Indeed, loading time reporting may be not correct because of the delayed lifecycle calls as you've described. We will try to look at...
Hello @GetsEclectic! Thanks for reporting the issue. Indeed actions are always associated with the current active RUM view, and we are making our best effort to find the element which...
In RUM all the actions are living (=linked) in the scope of the view which was started previously, it is not possible to re-link the action to another view (which...
Unfortunately we don't have a way to specify view name in the RUM action tracking API, because it may break the core concepts of RUM: for example the view submitted...
Looking from the high perspective it is indeed not a simple problem to tackle, simply because of the fragment lifecycle: they can be started in the different order and at...
Hello @hirschbp! Thanks for the feature suggestion. To better understand the priority of this feature, can you please tell us what is the reasoning behind changing the Datadog region when...