Skip to content

Commit

Permalink
chore(android): Mention autoUploadNativeSymbols option (#7489)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Jul 24, 2023
1 parent 6b1605b commit 0db8b69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/platforms/android/configuration/gradle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ sentry {
// Default is disabled.
uploadNativeSymbols = false
// Whether the plugin should attempt to auto-upload the native debug symbols to Sentry or not.
// If disabled the plugin will run a dry-run.
// Default is enabled.
autoUploadNativeSymbols = true
// Does or doesn't include the source code of native code for Sentry.
// This executes sentry-cli with the --include-sources param. automatically so
// you don't need to do it manually.
Expand Down Expand Up @@ -177,6 +182,11 @@ sentry {
// Default is disabled.
uploadNativeSymbols.set(false)

// Whether the plugin should attempt to auto-upload the native debug symbols to Sentry or not.
// If disabled the plugin will run a dry-run.
// Default is enabled.
autoUploadNativeSymbols.set(true)

// Does or doesn't include the source code of native code for Sentry.
// This executes sentry-cli with the --include-sources param. automatically so
// you don't need to do it manually.
Expand Down

1 comment on commit 0db8b69

@vercel
Copy link

@vercel vercel bot commented on 0db8b69 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.