add a release version to Sentry
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m25s

This commit is contained in:
Lee 2024-04-21 20:08:17 +01:00
parent 5c05493ed1
commit 23c4284d8a

@ -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: