Skip to content

Commit

Permalink
chore: set Sentry dsn back
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Oct 19, 2023
1 parent 6f7528d commit 3744d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_utils/config.public.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const securityConfig = () => {
};

export const logging = {
dsn: '', //'https://15d4b436dc0a4366a0ac388c65772926@o235190.ingest.sentry.io/5357492',
dsn: 'https://15d4b436dc0a4366a0ac388c65772926@o235190.ingest.sentry.io/5357492',
environment: env.PUBLIC_VERCEL_ENV
};

Expand Down

0 comments on commit 3744d73

Please sign in to comment.