Skip to content

Commit

Permalink
Reduce sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
brachkow committed Dec 26, 2023
1 parent 7f0f285 commit bd967dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ if (process.env.NODE_ENV === 'production') {
/^https:\/\/lms\.tough-dev\.school\/api\//,
/^http:\/\/127\.0\.0\.1:8000\//,
],
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 0.8,
});
}

Expand Down

0 comments on commit bd967dd

Please sign in to comment.