feat: add semver for sentry

This commit is contained in:
Zamitto
2026-01-13 23:42:22 -03:00
parent 65be11cc07
commit 3344f68408

View File

@@ -46,7 +46,7 @@ Sentry.init({
tracesSampleRate: 0.5,
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 0,
release: await window.electron.getVersion(),
release: "hydra-launcher@" + (await window.electron.getVersion()),
});
const isStaging = await window.electron.isStaging();