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 4c9a1d5 commit 6e4c7b2Copy full SHA for 6e4c7b2
platform-includes/logs/setup/android.mdx
@@ -32,3 +32,7 @@ class MyApplication : Application() {
32
}
33
34
```
35
+
36
+```XML {filename:AndroidManifest.xml} {12}
37
+<meta-data android:name="io.sentry.logs.enabled" android:value="true" />
38
+```
0 commit comments