Skip to content

Commit

Permalink
fix: Example typo
Browse files Browse the repository at this point in the history
Fix a typo in the sample code
  • Loading branch information
maticzav authored Dec 7, 2018
2 parents af999d0 + 19846b6 commit 83b71de
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 @@ -30,7 +30,7 @@ const resolvers = {
}

const sentryMiddleware = sentry({
dsn: process.env.SENTRY_DSN
dsn: process.env.SENTRY_DSN,
config: {
environment: process.env.NODE_ENV,
release: process.env.npm_package_version
Expand Down

0 comments on commit 83b71de

Please sign in to comment.