Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Fixes New Version Available + Reduces Sentry transaction amount #173

Merged
merged 5 commits into from
Jan 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Reduces transaction amount
  • Loading branch information
madsnedergaard committed Jan 23, 2023
commit eb027ee728be225cbb9215663d820c1602429a08
2 changes: 1 addition & 1 deletion web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (isProduction) {
),
}),
],
tracesSampleRate: 1, //This will send 100% of errors to Sentry
tracesSampleRate: 0.2, //This will send 20% of transactions to Sentry
madsnedergaard marked this conversation as resolved.
Show resolved Hide resolved
});
}
/**
Expand Down