mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(ui): disable sentry session tracking (#2732)
This commit is contained in:
@@ -25,6 +25,7 @@ const SetupSentry = (settingsElement: HTMLElement | null): void => {
|
||||
init({
|
||||
dsn: settingsElement.dataset.sentryDsn,
|
||||
release: version,
|
||||
autoSessionTracking: false,
|
||||
});
|
||||
} catch (err) {
|
||||
console.error("Sentry config failed: " + err);
|
||||
|
||||
Reference in New Issue
Block a user