Add sentry rollup token

This commit is contained in:
Jade Ellis 2024-08-25 04:44:10 +01:00
parent f967b8c0c6
commit 0b2697ba43
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
2 changed files with 4 additions and 0 deletions

View file

@ -14,3 +14,6 @@ output
Notes-1.0.0.tgz
# Sentry Config File
.sentryclirc
# Sentry Config File
.env.sentry-build-plugin

View file

@ -18,6 +18,7 @@ export default {
sentryRollupPlugin({
org: "jade-ellis",
project: "jade-website-sveltekit",
authToken: process.env.SENTRY_AUTH_TOKEN,
}),
]
};