Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
miriambudayr committed Jul 8, 2024
1 parent d5a4765 commit 9bddfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SentryAPI {

private initSentry(app: string, version: string | undefined) {
Sentry.init({
dsn: SENTRY_DSN, // write-only
dsn: SENTRY_DSN,
integrations: [nodeProfilingIntegration()],
});

Expand Down

0 comments on commit 9bddfad

Please sign in to comment.