Skip to content

Commit cbb7264

Browse files
committed
chore: pass client version into sentry plugin
1 parent 5d22a92 commit cbb7264

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/vite.config.prod.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ export default {
145145
authToken: process.env.SENTRY_AUTH_TOKEN,
146146
org: "monkeytype",
147147
project: "frontend",
148-
release: buildClientVersion(),
148+
release: {
149+
name: buildClientVersion(),
150+
},
149151
}),
150152
replace([
151153
{

0 commit comments

Comments
 (0)