Skip to content

Commit 3f20c35

Browse files
committed
Add manifest option to changelog
1 parent db8d743 commit 3f20c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Add Sentry Log Feature ([#4372](https://github.com/getsentry/sentry-java/pull/4372))
1010
- The feature is disabled by default and needs to be enabled by:
1111
- `options.getLogs().setEnabled(true)` in `Sentry.init` / `SentryAndroid.init`
12+
- `<meta-data android:name="io.sentry.logs.enabled" android:value="true" />` in `AndroidManifest.xml`
1213
- `logs.enabled=true` in `sentry.properties`
1314
- `sentry.logs.enabled=true` in `application.properties`
1415
- `sentry.logs.enabled: true` in `application.yml`

0 commit comments

Comments
 (0)