This commit is contained in:
Hugh Nimmo-Smith
2024-12-18 13:59:23 +00:00
parent 1d08edd7bf
commit c4b9824d4c

View File

@@ -220,7 +220,7 @@ export class Initializer {
Sentry.reactRouterV5BrowserTracingIntegration({ history }), Sentry.reactRouterV5BrowserTracingIntegration({ history }),
], ],
tracesSampleRate: 1.0, tracesSampleRate: 1.0,
release: process.env.VITE_APP_VERSION, release: import.meta.env.VITE_APP_VERSION,
}); });
} }
// Sentry is now 'loadeed' (even if we actually skipped starting // Sentry is now 'loadeed' (even if we actually skipped starting