Dhiogo Brustolin
Dhiogo Brustolin
### Description In order to capture unhandled NSException in a MacOS application, is necessary to change the `Principal class` to `SentryCrashExceptionApplication` (see [docs](https://docs.sentry.io/platforms/apple/guides/macos/usage/#capturing-uncaught-exceptions-in-macos)). It would be better if we could...
### Description Remove SentryLogLevel enum that was replaced by SentryLevel. I believe we're keeping it around for compatibility sake.
### Description We introduced a bug that only occurs in development when Sentry is added through CocoaPods. Since our CI only tests the release environment, the bug went undetected. A...
### Description Fix the following warning for `SentryOnDemandReplay.renderVideo`: > Thread running at User-initiated quality-of-service class waiting on a lower QoS thread running at Default quality-of-service class. Investigate ways to avoid...
### Description In order to address [#4235](https://github.com/getsentry/sentry-cocoa/issues/4235), it was decided that we will document this behavior, as there is currently no alternative that won't mask the slow frames.
## :bulb: Motivation and Context closes #3972 ## :green_heart: How did you test it? CI ## :pencil: Checklist You have to check all boxes before merging: - [x] I reviewed...
### Description Currently, WebViews, RN and native layers keep their own traceId. We could enhance the debugging experience by sharing trace across the hybrid applications layers. Examples - RN opens...
## :scroll: Description We need to enable Swift interoperability with c++ for our visionOS SDK, in order to make the static SDK work with visionOS projects ## :bulb: Motivation and...
### Description We should refactor SentryMetricKitIntegration in order to not expose MetricKit in the `Sentry-Swift.h` header, this forces Objc projects to also import MetricKit like in [here](https://github.com/getsentry/sentry-cocoa/issues/4388).
Xcode may not detect homebrew installs in a Apple Silicon device. This problem was raised in [this issue](https://github.com/getsentry/sentry-docs/issues/7597).