SentrySystemEventBreadcrumbs.m file crashing on app startup
See original GitHub issueEnvironment
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@capacitor/ios": "3.5.1",
"@sentry/angular": "^7.12.1",
"@sentry/capacitor": "^0.10.0",
Xcode version 14
Steps to Reproduce
Followed the setup for capacitor outlined here: https://docs.sentry.io/platforms/javascript/guides/capacitor/ionic/
Expected Result
I can run the iPhone app
Actual Result
iPhone app crashes on startup with the following:
I’ve tried disabling breadcrumbs using maxBreadcrumbs: 0,
in the Sentry.init
and using
// integrations will be all default integrations
return integrations.filter((integration) => integration.name !== 'Breadcrumbs');
},```
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Sudden crash on launch from all TestFlight builds
The app runs fine under Xcode on an iPad connected by wire to my MacBook. When we publish the app in TestFlight, it...
Read more >Why do my apps keep crashing on Android, How to fix it
To clear app cache, go to Settings -> Storage and tap on 'Cached data'. Tap on okay when the dialog box pops up....
Read more >How to Fix Crashing Apps on an iPhone or Android?
10 Solutions to fix App Crashes and Keep Apps Running: For Apple iPhone, Samsung Galaxy, LG, Lenovo and Sony Xperia smartphones. If you've...
Read more >Why Do My Apps Keep Crashing on Android? - Avast
Do your Android apps keep crashing? Discover why and learn how to prevent Android apps crashing and freezing by following these methods.
Read more >Fix Illustrator crash issues - Adobe Support
If Illustrator still crashes, try these solutions. Select your issue to view its specific solution: Adobe account; DLL errors; File open and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have upgraded to capacitor 4 and this all works now
The app has firebase pretty deeply embedded in it, so might be a task to disable it. I’ll see what I can do, and get back to you. In the mean time I also had an issue on the android side, not sure if its related. I can post it here but let me know if it’s unrelated and I’ll open a new ticket for it