Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug Reproduce Template with Datadog RUM

Setup Credentials

1. Configure local.properties (for Client Token & App ID)

Add your RUM credentials to local.properties:

DD_CLIENT_TOKEN=your_client_token
DD_RUM_APPLICATION_ID=your_rum_application_id

Commands

Build Release APK

./gradlew assembleRelease

Upload Mapping Files

Upload obfuscation mapping files to Datadog (requires API Key):

./gradlew uploadMappingRelease -PDD_API_KEY=your_datadog_api_key

You can also export it as an environment variable:

export DD_API_KEY=your_datadog_api_key
./gradlew uploadMappingRelease

Test crash reporting

  1. Run the app.
  2. Press "Crash app" button.
  3. Restart the app.
  4. Find the corresponding RUM Session with the crash.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages