Oopsie I forgot the rest of the config

This commit is contained in:
regalijan 2023-10-19 16:51:19 -04:00
parent 75402b3315
commit ea98d7d0de
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -8,6 +8,8 @@ esbuild.build({
? [
sentryEsbuildPlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
}),
]
: undefined,