-
-
Notifications
You must be signed in to change notification settings - Fork 257
Renderer info doesn't differentiate between Impeller and Skia #1719
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
As seen in
I guess it's probably to detect Impeller vs Skia based on the Info.plist flag on iOS. Maybe Android has something similar. |
Android should have a flag in |
Yeah, but not from Flutter, just from the native parts. I would just remove it from the Flutter side for now (no info is better than wrong info) and then add the correct info in a later step. |
Platform
Flutter Mobile
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Irrelevant
Version
7.12.0
Steps to Reproduce
Expected Result
Sentry can identify whether Skia or Impeller is used
Actual Result
It's always Skia
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: