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

Performance tracing should use Timeline #961

Closed
ueman opened this issue Jul 26, 2022 · 3 comments
Closed

Performance tracing should use Timeline #961

ueman opened this issue Jul 26, 2022 · 3 comments

Comments

@ueman
Copy link
Collaborator

ueman commented Jul 26, 2022

The Dart Dev tools include a performance view similar to the one of Sentry, see

If Sentry adds Timeline events (see Timeline and TimelineTask) it could also double for debugging performance in debug mode.

@marandaneto
Copy link
Contributor

I guess that's something we'd like to explore in the future, but right now we are focused on what can be measured in production only.
You can still create your own integration and send the data over to Sentry, but that's not something we'd be adding by default since it's debugging mode only.
Maybe @bruno-garcia has opinions.

@marandaneto
Copy link
Contributor

Somehow relates to #721
Cus it mentions the timeline task.

@marandaneto
Copy link
Contributor

Since Sentry is focused on Production monitoring, I'll close this in favor of #1106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants