Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oopsie I forgot the rest of the config
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 75402b3 commit ea98d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esbuild.config.js
Expand Up @@ -8,6 +8,8 @@ esbuild.build({
? [
sentryEsbuildPlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
}),
]
: undefined,
Expand Down

0 comments on commit ea98d7d

Please sign in to comment.