mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 10:17:30 +08:00
chore: pass client version into sentry plugin
This commit is contained in:
parent
5d22a92d05
commit
cbb7264eb5
1 changed files with 3 additions and 1 deletions
|
|
@ -145,7 +145,9 @@ export default {
|
|||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
org: "monkeytype",
|
||||
project: "frontend",
|
||||
release: buildClientVersion(),
|
||||
release: {
|
||||
name: buildClientVersion(),
|
||||
},
|
||||
}),
|
||||
replace([
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue