Skip to content

Commit a9d8822

Browse files
committed
ref(replay): Ignore replay from craft publishing
1 parent 3e85204 commit a9d8822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.craft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ targets:
2121
cacheControl: 'public, max-age=31536000'
2222
- name: github
2323
includeNames: /^sentry-.*$/
24+
excludeNames: /^sentry-replay-.*$/
2425
- name: npm
26+
excludeNames: /^sentry-replay-.*$/
2527
- name: registry
2628
sdks:
2729
'npm:@sentry/browser':

0 commit comments

Comments
 (0)