We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8d743 commit 3f20c35Copy full SHA for 3f20c35
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- Add Sentry Log Feature ([#4372](https://github.com/getsentry/sentry-java/pull/4372))
10
- The feature is disabled by default and needs to be enabled by:
11
- `options.getLogs().setEnabled(true)` in `Sentry.init` / `SentryAndroid.init`
12
+ - `<meta-data android:name="io.sentry.logs.enabled" android:value="true" />` in `AndroidManifest.xml`
13
- `logs.enabled=true` in `sentry.properties`
14
- `sentry.logs.enabled=true` in `application.properties`
15
- `sentry.logs.enabled: true` in `application.yml`
0 commit comments