add a release version to Sentry
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m25s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m25s
This commit is contained in:
@ -32,6 +32,7 @@ export default withSentryConfig(
|
||||
project: "frontend",
|
||||
url: "https://glitchtip.fascinated.cc/",
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN || "",
|
||||
release: `frontend@${process.env.GIT_REV || "dev"}`,
|
||||
},
|
||||
{
|
||||
// For all available options, see:
|
||||
|
Reference in New Issue
Block a user