Oopsie I forgot the rest of the config
This commit is contained in:
parent
75402b3315
commit
ea98d7d0de
@ -8,6 +8,8 @@ esbuild.build({
|
|||||||
? [
|
? [
|
||||||
sentryEsbuildPlugin({
|
sentryEsbuildPlugin({
|
||||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||||
|
org: process.env.SENTRY_ORG,
|
||||||
|
project: process.env.SENTRY_PROJECT,
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
: undefined,
|
: undefined,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user