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:
parent
5c05493ed1
commit
23c4284d8a
@ -32,6 +32,7 @@ export default withSentryConfig(
|
|||||||
project: "frontend",
|
project: "frontend",
|
||||||
url: "https://glitchtip.fascinated.cc/",
|
url: "https://glitchtip.fascinated.cc/",
|
||||||
authToken: process.env.SENTRY_AUTH_TOKEN || "",
|
authToken: process.env.SENTRY_AUTH_TOKEN || "",
|
||||||
|
release: `frontend@${process.env.GIT_REV || "dev"}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// For all available options, see:
|
// For all available options, see:
|
||||||
|
Loading…
Reference in New Issue
Block a user