Skip to content

Commit

Permalink
fix: default tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Oct 15, 2024
1 parent 8cbabb9 commit e80a8dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/js/amplitude.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ loadAsync(
var sessionReplayTracking = window.sessionReplay.plugin({ sampleRate: 1 });
window.amplitude.add(sessionReplayTracking).promise;

window.amplitude.init("7652218546e8f6cc3d045e43a68830f6");
window.amplitude.init("7652218546e8f6cc3d045e43a68830f6", {
defaultTracking: true,
});
}
);

0 comments on commit e80a8dd

Please sign in to comment.