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
Prev Previous commit
Update web/src/main.tsx
  • Loading branch information
madsnedergaard committed Jan 23, 2023
commit 2936e3ef12575b3faf77d4b2d298e0ecd71a067a
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: 0.1, //This will send 20% of transactions to Sentry
tracesSampleRate: 0.1, //This will send 10% of transactions to Sentry
});
}
/**
Expand Down