Skip to content

Commit

Permalink
testing if change how the env var is reached does anything
Browse files Browse the repository at this point in the history
  • Loading branch information
lindakatcodes committed Apr 3, 2024
1 parent 9334c9e commit 6e12359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
tracesSampleRate: 1.0,
sourceMapsUploadOptions: {
project: "5650998",
authToken: process.env.SENTRY_AUTH_TOKEN,
authToken: import.meta.env.SENTRY_AUTH_TOKEN,
},
}),
spotlightjs(),
Expand Down

0 comments on commit 6e12359

Please sign in to comment.