-
-
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
Sentry crashes on app start #2246
Comments
I can repro locally
|
OK, it seems like sentry cannot handle some local tmp files stored in |
Here are some possible repro steps (not sure if 100% happens). The app actually works fine, let's say v1 from app store. Then we had a v2 in development, and we built and ran v2 in release mode. I guess that replaced v1 in place and changed some sentry logs? And then we deleted v2 and reinstalled v1 from app store. Now it crashes every time when it starts. |
I think this might be related to: getsentry/sentry-cocoa#4280 (comment) |
we're waiting for a cocoa hotfix |
we've released flutter 8.8.0, please see if this fixes the issue for you @mgenware |
We have deprecated Sentry Cocoa |
Platform
Dart
Obfuscation
Enabled
Debug Info
Enabled
Doctor
NOTE that I'm using flutter 3.24.1 now, but the crash happens on an app built with flutter 3.24.0
Version
8.7.0
Steps to Reproduce
Crash on an app downloaded from app store
Expected Result
No crash
Actual Result
crash.log
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: