question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SentrySystemEventBreadcrumbs.m file crashing on app startup

See original GitHub issue

Environment

"@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:

Screenshot 2022-09-22 at 09 17 05

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:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
mattwyld-north27commented, Oct 11, 2022

I have upgraded to capacitor 4 and this all works now

1reaction
mattwyld-north27commented, Sep 26, 2022

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

image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found