Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ios): add custom event tracking #1676

Merged
merged 1 commit into from
Jan 8, 2025
Merged

chore(ios): add custom event tracking #1676

merged 1 commit into from
Jan 8, 2025

Conversation

adwinross
Copy link
Collaborator

@adwinross adwinross commented Jan 2, 2025

Description

Track custom events using the below public APIs

Measure.shared.trackEvent(name: "event-name", attributes:["user_name": .string("Alice")], timestamp: nil)
[[Measure shared] trackEvent:@"event-name" attributes:@{@"user_name": @"Alice"} timestamp:nil];

Related issue

Closes #1581

@adwinross adwinross self-assigned this Jan 2, 2025
Copy link

vercel bot commented Jan 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 11:27am

@adwinross adwinross added chore internal tasks ios ios related labels Jan 2, 2025
@adwinross adwinross requested a review from abhaysood January 2, 2025 03:54
Copy link
Contributor

@abhaysood abhaysood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add user facing documentation for custom events

@adwinross adwinross merged commit 9517e8e into main Jan 8, 2025
4 checks passed
@adwinross adwinross deleted the custom-event branch January 8, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore internal tasks ios ios related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement custom event
2 participants