Add sentry rollup token

This commit is contained in:
Jade Ellis
2024-08-25 04:44:10 +01:00
parent f967b8c0c6
commit 0b2697ba43
2 changed files with 4 additions and 0 deletions
@@ -18,6 +18,7 @@ export default {
sentryRollupPlugin({
org: "jade-ellis",
project: "jade-website-sveltekit",
authToken: process.env.SENTRY_AUTH_TOKEN,
}),
]
};