Skip to content

Commit

Permalink
fix: Adjust safe creation event to include safeAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Oct 18, 2023
1 parent 8189cd7 commit 8df6387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const useSafeCreationEffects = ({
// Tracking
useEffect(() => {
if (status === SafeCreationStatus.SUCCESS) {
trackEvent(CREATE_SAFE_EVENTS.CREATED_SAFE)
trackEvent({ ...CREATE_SAFE_EVENTS.CREATED_SAFE, label: pendingSafe?.safeAddress })
return
}

Expand Down

0 comments on commit 8df6387

Please sign in to comment.