Skip to content

Commit

Permalink
ci(sentry): fixed sentry slug
Browse files Browse the repository at this point in the history
  • Loading branch information
RSickenberg committed Jul 9, 2024
1 parent 73f3f96 commit 36d8fb1
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 @@ -23,7 +23,7 @@ export default defineConfig({
}), sentry({
dsn: "https://[email protected]/4506882226323456",
sourceMapsUploadOptions: {
project: "rsickenberg-next",
project: "rsickenberg-me",
authToken: process.env.SENTRY_AUTH_TOKEN,
},
})],
Expand Down

0 comments on commit 36d8fb1

Please sign in to comment.