-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Allow custom instrumentation to collect slow and frozen frames #789
Comments
@ueman we're experimenting with a new public API for adding custom measurements, See getsentry/sentry-python#1359 |
Yeah, but then I would also have to write my own NavigationObserver and so on. The support for custom metrics is pretty exciting. |
SentryNative
configurable
We will make an abstraction in the API that when you use the custom instrumentation, slow and frozen frames are attached automatically. |
I would like to be able to use the frames integration on macOS. Currently that's not possible because it depends on native code, which is also not able to provide frame information.
However I could gather frame informations in pure Flutter code, based on #699 . That would also enable that feature on Linux and Windows and it's compatible from Flutter 2.0 onwards.
Therefore, I would like to have a way to somehow achieve this.
The text was updated successfully, but these errors were encountered: