Skip to content

Commit

Permalink
docs(sveltekit): process.env.SENTRY_AUTH_TOKEN (#12118)
Browse files Browse the repository at this point in the history
Remove quotes around process.env.SENTRY_AUTH_TOKEN
  • Loading branch information
pboling authored May 22, 2024
1 parent a7aa8a0 commit 6cb60a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sveltekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default {
sourceMapsUploadOptions: {
org: 'my-org-slug',
project: 'my-project-slug',
authToken: 'process.env.SENTRY_AUTH_TOKEN',
authToken: process.env.SENTRY_AUTH_TOKEN,
include: ['dist'],
cleanArtifacts: true,
setCommits: {
Expand Down

0 comments on commit 6cb60a3

Please sign in to comment.