Maarten Billemont
Maarten Billemont
In addition to the main thread, I'd also like to see what USM's thread is doing, that's probably Thread 5 in your first screenshot, the Serial Queue. It might also...
I'm sorry for the delay in response; I'm currently on holiday and unable to help much. I'll try to find the time in my off hours in a few weeks...
Fair enough! Please note that as mentioned in the OP, this applies equally to all other asynchronous APIs, such as those that work with callbacks or delegate responses.
I have not seen the missing information appear on the issue page ([this is the issue page](https://hubstaff.sentry.io/issues/5278254369/events/863b8b8487bb46e08927cb2dfbc97d5b/) for the error event attached in the description). I should point out that...
Segment continues to be absent from the issue page. [sentry.json](https://github.com/user-attachments/files/15826531/sentry.json)
Note: - discovered here: https://github.com/getsentry/sentry/issues/70342 - restoring the `maxBreadcrumbs` cap to the default `100` allows the break-point to get fired again, we see only the last 100 breadcrumbs present in...
open func startCrashLogger() { SentrySDK.start(configureOptions: self.sentry(options:)) } open func sentry(options: Sentry.Options) { // TODO: https://github.com/getsentry/team-mobile/issues/24 // options.enabled = false options.sendDefaultPii = true options.environment = AppInfo.shared.configuration.lowercased() options.enablePreWarmedAppStartTracing = true options.enableMetricKit =...
Also, don't use alternateImage unless it's actually set.