mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
feat(dashboard): add git commit hash to Sentry release
This commit is contained in:
parent
a18fd9bd0d
commit
0046ca6859
2 changed files with 7 additions and 3 deletions
|
|
@ -7,7 +7,8 @@ Sentry.init({
|
|||
|
||||
enabled: !window.location.origin.includes("localhost"),
|
||||
debug: false,
|
||||
release: "dev",
|
||||
// @ts-expect-error
|
||||
release: window.pluralkitVersion,
|
||||
// Set tracesSampleRate to 1.0 to capture 100%
|
||||
// of transactions for performance monitoring.
|
||||
// We recommend adjusting this value in production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue