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.
2 parents a15602b + ff8eea4 commit d33ccfcCopy full SHA for d33ccfc
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 0
35
submodules: 'recursive'
36
- name: Prepare release
37
- uses: getsentry/craft@beea4aba589c66381258cbd131c5551ae8245b82 # v2
+ uses: getsentry/craft@63d1636bead951f6e034ed62c2a3610965fef010 # v2
38
env:
39
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
40
with:
sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml
@@ -260,6 +260,9 @@
260
<meta-data
261
android:name="io.sentry.spotlight.enable"
262
android:value="true" />
263
+ <meta-data
264
+ android:name="io.sentry.tombstone.enable"
265
+ android:value="true" />
266
267
android:name="io.sentry.anr.profiling.enable"
268
0 commit comments