Skip to content

Commit

Permalink
fix: sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Oct 19, 2024
1 parent 2fc0545 commit dcd54d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const analytics = () => {
amplitude.add(gaEventsForwarder);
amplitude.init("7652218546e8f6cc3d045e43a68830f6", { autocapture: true });
const sessionReplayTracking = sessionReplayPlugin({
sampleRate: 0.01,
sampleRate: 1,
});
amplitude.add(sessionReplayTracking);

Expand Down

0 comments on commit dcd54d2

Please sign in to comment.