Skip to content

Commit

Permalink
Add cdn.../personbruker to denyurls
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Dec 23, 2024
1 parent 12a4fc7 commit a661f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const getEnv = (): Env => {

Sentry.init({
allowUrls: [/https:\/\/cdn\.nav\.no/],
denyUrls: [/https:\/\/cdn\.nav\.no\/personbruker/],
dsn: 'https://[email protected]/173',
integrations: [
Sentry.reactRouterV6BrowserTracingIntegration({
Expand Down

0 comments on commit a661f37

Please sign in to comment.