Skip to content

Commit 5986ef4

Browse files
authored
fix: double wildcard in sentry config (#243)
Use .ts because afaict it is a new system that only seems to use that extension. https://nuxt.com/modules/sentry
1 parent 53619a4 commit 5986ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const services = [
5050
'.gitlab*',
5151
'.gitpod*',
5252
'.sentry*',
53-
'sentry.*.config.*',
53+
'sentry.*.config.ts',
5454
'.stackblitz*',
5555
'.styleci*',
5656
'.travis*',

0 commit comments

Comments
 (0)