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
+3
View File
@@ -14,3 +14,6 @@ output
Notes-1.0.0.tgz Notes-1.0.0.tgz
# Sentry Config File # Sentry Config File
.sentryclirc .sentryclirc
# Sentry Config File
.env.sentry-build-plugin
@@ -18,6 +18,7 @@ export default {
sentryRollupPlugin({ sentryRollupPlugin({
org: "jade-ellis", org: "jade-ellis",
project: "jade-website-sveltekit", project: "jade-website-sveltekit",
authToken: process.env.SENTRY_AUTH_TOKEN,
}), }),
] ]
}; };