Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Auto-instrument user interactions as transactions #5750

Closed
AbhiPrasad opened this issue Sep 15, 2022 · 0 comments
Closed

Auto-instrument user interactions as transactions #5750

AbhiPrasad opened this issue Sep 15, 2022 · 0 comments

Comments

@AbhiPrasad
Copy link
Member

AbhiPrasad commented Sep 15, 2022

Problem Statement

This helps address issues like #3169, and fix issues like #4072.

It would be a great feature if we could auto-instrument user interactions as transactions. This needs to work similarily to what we did for Android and iOS already.

The main interaction to capture is probably clicks, we can explore more after that!

In addition, this will help with stuff like supporting INP - as we can more carefully track user interactions as a performance metric.

Solution Brainstorm

On click, create a ui.action transaction. This can be tagged with information about the click event.

This will need to be opt-in, as it could potentially spike user's quota.

What we've done in Sentry: https://github.com/getsentry/sentry/blob/d415fe75b82141e45fbeddae84d62fc42a7cb9de/static/app/utils/performanceForSentry.tsx#L46

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

1 participant