Dhiogo Brustolin

Results 292 comments of Dhiogo Brustolin

Hello @ncltg, thanks for reaching out. Add breadcrumb is not meant to be used only in the main thread. I believe this `SentryLogRepository` is an auxiliar class in your project...

Hello @swhitty, thanks for reaching out. By calling `SentrySDK.close()` you're cleaning up Sentry hub and its scope, by calling any function of the SDK a new one will be created....

> Thanks for the update, @xinsight. I think we must cache the screen_height_pixels and screen_width_pixels and not retrieve them every time from the UIApplication to avoid accessing that on a...

We will need a test workflow of sample using `PrivateSentrySDKOnly` from Swift, so we make sure to not break it.

Hello @dfed thanks for reaching out. The `MXCPUException` Is triggered by MetricKit, we will work to improve grouping. In the mean time, if you really wants to disable it: ```Swift...

Thanks @dfed for reaching out. We will investigate this.

I belive I know what cause the change. I dont know whether we can go back. But I will try to find an alternative solution.

Thanks @dnguyen032123 for reaching out. I believe this is a hard limit defined in here: https://github.com/getsentry/sentry-cocoa/blob/cf972098baef6f2042eee18549c33451fd983731/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext_Apple.h#L47 We need to have a limit because it's not possible to allocate more memory...

> pod 'Sentry', '~> 8.26.0' Have another crash @armcknight Can you take a look at this?