-
-
Notifications
You must be signed in to change notification settings - Fork 255
Add packages as in app excludes #729
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
Comments
That would be done only once tho, if |
I'm currently using the approach of adding the app package name as in app include and |
A downside of this is when apps are obfuscated (Web is minified), or AOT via https://docs.flutter.dev/deployment/obfuscate |
The Flutter event enricher already supports reading used packages and adding those to an event. This information can be used to mark frames as in app excludes.
Please note, that reading packages is an expensive (as in could take a second or two) operation and should therefore not delay the app start.
The text was updated successfully, but these errors were encountered: