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
Next Next commit
Update web/src/main.tsx
Co-authored-by: Tony <[email protected]>
  • Loading branch information
madsnedergaard and tonypls committed Jan 23, 2023
commit 89e48d2153de68446f91940bec47ed3856ad982f
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.2, //This will send 20% of transactions to Sentry
tracesSampleRate: 0.1, //This will send 20% of transactions to Sentry
madsnedergaard marked this conversation as resolved.
Show resolved Hide resolved
});
}
/**
Expand Down