Add sentry rollup token
This commit is contained in:
parent
f967b8c0c6
commit
0b2697ba43
2 changed files with 4 additions and 0 deletions
3
packages/website/.gitignore
vendored
3
packages/website/.gitignore
vendored
|
|
@ -14,3 +14,6 @@ output
|
|||
Notes-1.0.0.tgz
|
||||
# Sentry Config File
|
||||
.sentryclirc
|
||||
|
||||
# Sentry Config File
|
||||
.env.sentry-build-plugin
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ export default {
|
|||
sentryRollupPlugin({
|
||||
org: "jade-ellis",
|
||||
project: "jade-website-sveltekit",
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
}),
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue