We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35c993 commit ac08c68Copy full SHA for ac08c68
src/index.tsx
@@ -28,9 +28,9 @@ if (window.jujuDashboardConfig?.analyticsEnabled) {
28
dsn: "https://e2f2cf871a2bf7879fc7d08434f02886@o4510662863749120.ingest.de.sentry.io/4510739815858256",
29
sendDefaultPii: false,
30
environment: import.meta.env.MODE,
31
+ release: appVersion,
32
initialScope: {
33
tags: {
- dashboardVersion: appVersion,
34
isJuju: window.jujuDashboardConfig?.isJuju,
35
},
36
0 commit comments