Skip to content

Commit ac08c68

Browse files
authored
fix(sentry): report release version when initialising SDK (#2212)
1 parent e35c993 commit ac08c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ if (window.jujuDashboardConfig?.analyticsEnabled) {
2828
dsn: "https://e2f2cf871a2bf7879fc7d08434f02886@o4510662863749120.ingest.de.sentry.io/4510739815858256",
2929
sendDefaultPii: false,
3030
environment: import.meta.env.MODE,
31+
release: appVersion,
3132
initialScope: {
3233
tags: {
33-
dashboardVersion: appVersion,
3434
isJuju: window.jujuDashboardConfig?.isJuju,
3535
},
3636
},

0 commit comments

Comments
 (0)