Skip to content

Commit f9f2ee3

Browse files
authored
chore(android): Enable tombstone feature via AndroidManifest.xml (#5092)
#skip-changelog
1 parent 6727e14 commit f9f2ee3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,8 @@
256256
<meta-data
257257
android:name="io.sentry.spotlight.enable"
258258
android:value="true" />
259+
<meta-data
260+
android:name="io.sentry.tombstone.enable"
261+
android:value="true" />
259262
</application>
260263
</manifest>

0 commit comments

Comments
 (0)