Skip to content

Commit

Permalink
chore: Remove warning about ts overwrite (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Aug 4, 2020
1 parent b494242 commit 514e476
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ if (!config.sentry.dsn.includes('dummy')) {
levels: ['error']
}),
new ApmIntegrations.Tracing(),
],
tracesSampleRate: config.sentry.tracesSampleRate,
],
beforeSend(event: Sentry.Event) {
const exception = event.exception?.values?.[0];
const errorValue = exception?.value;
Expand Down

1 comment on commit 514e476

@vercel
Copy link

@vercel vercel bot commented on 514e476 Aug 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.