Skip to content

Commit

Permalink
Disable session tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 7, 2024
1 parent e385ba9 commit b46031c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import('electron-squirrel-startup').then((ess) => {
app.isPackaged &&
Sentry.init({
dsn: SENTRY_URL_ENDPOINT,
autoSessionTracking: false,

/* //WIP gather and send log from main
beforeSend(event, hint) {
hint.attachments = [
Expand Down

0 comments on commit b46031c

Please sign in to comment.