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

[Sentry] Track breadcrumbs #1633

Open
mplorentz opened this issue Oct 15, 2024 · 0 comments
Open

[Sentry] Track breadcrumbs #1633

mplorentz opened this issue Oct 15, 2024 · 0 comments

Comments

@mplorentz
Copy link
Member

Sentry uses breadcrumb tracking to give developers an idea of what the user was doing before a crash, error, or transaction. Some breadcrumbs are tracked automatically, like HTTP requests, but we have not added any to the default data.

Let's audit the app and start tracking these to assist us in debugging issues. For starters we should have our Analytics library create a breadcrumb automatically whenever an analytics event is fired. If there are other user actions that warrant a breadcrumb we should track those also. In general any navigation, button press, or other significant action from the user should create a breadcrumb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant