Skip to content

Commit 5d22a92

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/vite.config.prod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export default {
145145
authToken: process.env.SENTRY_AUTH_TOKEN,
146146
org: "monkeytype",
147147
project: "frontend",
148+
release: buildClientVersion(),
148149
}),
149150
replace([
150151
{

0 commit comments

Comments
 (0)