Skip to content

Commit d33ccfc

Browse files
committed
Merge branch 'main' into markushi/feat/anr-profiling
2 parents a15602b + ff8eea4 commit d33ccfc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
submodules: 'recursive'
3636
- name: Prepare release
37-
uses: getsentry/craft@beea4aba589c66381258cbd131c5551ae8245b82 # v2
37+
uses: getsentry/craft@63d1636bead951f6e034ed62c2a3610965fef010 # v2
3838
env:
3939
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4040
with:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@
260260
<meta-data
261261
android:name="io.sentry.spotlight.enable"
262262
android:value="true" />
263+
<meta-data
264+
android:name="io.sentry.tombstone.enable"
265+
android:value="true" />
263266
<meta-data
264267
android:name="io.sentry.anr.profiling.enable"
265268
android:value="true" />

0 commit comments

Comments
 (0)