DataDog / dd-sdk-android-gradle-plugin

The Datadog Gradle Plugin for Android
Apache License 2.0
14 stars 9 forks source link

Mapping.txt uploaded successfully but crashes still not de-obfuscated #105

Closed mike-wolf-42 closed 1 year ago

mike-wolf-42 commented 2 years ago

I have run the uploadMappingRelease for my application and it appears execute successfully; however, when I view crashes triggered by the same build, the stack traces are still obfuscated. Is there any way I can confirm via the website that the mapping file was successfully uploaded and processed? Also, how does DataDog distinguish between multiple uploads of the mapping file? Is it based a some unique identifier generated for each build? Or is it something more general like the version number?

xgouchet commented 2 years ago

Hi @mike-wolf-halo, can you check that the metadata attached to the uploaded mapping file (version name, variant and service name) match the information on the RUM Error being tracked? Those metadata are what uniquely identifies a mapping file. Also note that we do not allow overwriting an existing uploaded file (so uploading a new file with the same metadata won't work).

0xnm commented 2 years ago

Hello @mike-wolf-halo. Please also check the following conversation which may help you https://github.com/DataDog/dd-sdk-android-gradle-plugin/issues/108.

0xnm commented 1 year ago

Hello @mike-wolf-halo! I'm closing this ticket due to inactivity, but feel free to re-open it if needed.