Skip to content

Commit

Permalink
fix: DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Jun 2, 2021
1 parent 02b5f3e commit 7b9a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { init as sentryAngularInit, createErrorHandler } from "@sentry/angular"

// Init by passing the sibling SDK's init as the second parameter.
Sentry.init({
dsn: "...",
dsn: "__DSN__",
}, sentryAngularInit);

// Attach the Sentry error handler
Expand Down

0 comments on commit 7b9a60d

Please sign in to comment.