Philipp Hofmann
Philipp Hofmann
Investigation PR https://github.com/getsentry/sentry-cocoa/pull/2490.
Maybe a useful blog post on DocC: https://pspdfkit.com/blog/2024/generating-api-documentation-for-multiple-targets-with-docc/.
We haven't tackled this in a long time. We can either open a PR or another issue when we want to tackle this.
Please update the [develop docs](https://develop.sentry.dev/sdk/event-payloads/breadcrumbs/) before closing this issue.
@antonis, it's still part of the protocol. The developer docs are for SDK maintainers. You don't have to do that, but either @krystofwoldrich, who opened the issue, or one of...
I think we should also log a warning here to communicate that one envelope item of the envelope was dropped. https://github.com/getsentry/sentry-cocoa/blob/fc350a451fe35646984e94b69ada9e6d0544e022/Sources/Sentry/SentryHttpTransport.m#L229-L237 Yes, feel free to open a PR, @rwachtler. We...
@sindresorhus, I just tried adding the following code to our [macOS sample app](https://github.com/getsentry/sentry-cocoa/tree/main/Samples/macOS-Swift) and couldn't reproduce the issue. ```Swift let alert = NSAlert() alert.messageText = "This is an alert!" alert.informativeText...
I could reproduce the issue by following these steps 1. Clone https://github.com/sindresorhus/Plash 2. Apply the patch below 3. Start the app 4. Wait for around 10 seconds ``` diff --git...
Thanks for the update, @sindresorhus. Now we know this doesn't only happen for `NSAlert#runModal()` so we will reevaluate our priority.
@numandev1, on which platform do you get the error?