bugsnag / bugsnag-cocoa

BugSnag error monitoring & exception reporter for iOS, macOS, tvOS and watchOS
https://docs.bugsnag.com/platforms/ios
MIT License
234 stars 128 forks source link

Thread warnings #1652

Closed theedov closed 3 months ago

theedov commented 3 months ago

Hello,

I just tried to do a basic setup and I'm getting thread warnings in a fresh project.

image

This is the setup code I have in my AppDelegate.

guard Bugsnag.isStarted() == false else { return }
Bugsnag.start()
BugsnagPerformance.start()
clr182 commented 3 months ago

Hi @theedov

For further investigation, can you please share a screenshot of the expanded backtrace in the issue navigator? You can find this available at the View > Navigators > Issues menu.

theedov commented 3 months ago

Closing this since I wasn't able to replicate it again...