Skip to content

Commit

Permalink
feat(replay): Add analytic event on hydration modal open (#61888)
Browse files Browse the repository at this point in the history
fixes #61849
  • Loading branch information
scttcper authored Dec 18, 2023
1 parent 1607bf1 commit 1328ff4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export function OpenReplayComparisonButton({
<Button
role="button"
size="xs"
analyticsEventKey="replay.details-hydration-modal-opened"
analyticsEventName="Replay Details Hydration Modal Opened"
onClick={() => {
openModal(
deps => (
Expand Down

0 comments on commit 1328ff4

Please sign in to comment.