Skip to content

Commit 6e4c7b2

Browse files
committed
chore(android): Add XML snippet for logs
1 parent 4c9a1d5 commit 6e4c7b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform-includes/logs/setup/android.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ class MyApplication : Application() {
3232
}
3333
}
3434
```
35+
36+
```XML {filename:AndroidManifest.xml} {12}
37+
<meta-data android:name="io.sentry.logs.enabled" android:value="true" />
38+
```

0 commit comments

Comments
 (0)