Skip to content

Commit

Permalink
fix: double wildcard in sentry config (#243)
Browse files Browse the repository at this point in the history
Use .ts because afaict it is a new system that only seems to use that extension. https://nuxt.com/modules/sentry
  • Loading branch information
valtism authored Nov 22, 2024
1 parent 53619a4 commit 5986ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const services = [
'.gitlab*',
'.gitpod*',
'.sentry*',
'sentry.*.config.*',
'sentry.*.config.ts',
'.stackblitz*',
'.styleci*',
'.travis*',
Expand Down

0 comments on commit 5986ef4

Please sign in to comment.