Skip to content

Commit

Permalink
fix: auth token request for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed Aug 16, 2024
1 parent 7128187 commit 19c8737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default defineConfig({
vanillaExtractPlugin(),
sentryVitePlugin({
org: "sebastian-software-gmbh",
project: "sebastian-software-de"
project: "sebastian-software-de",
authToken: process.env.SENTRY_AUTH_TOKEN,
})
]
})

0 comments on commit 19c8737

Please sign in to comment.