Philipp Hofmann
Philipp Hofmann
> Hi, is there a way to make sentry-cocoa not report crashes of the sub-processes' at all? Not officially at the moment. You could use `beforeSend` to drop crashes from...
The info plist values are the same for every release. I'm unsure if it makes sense to send that information with every event, as it increases the event payload a...
Related Apple docs: https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle#Sign-the-XCFramework-bundle.
I'm sorry we can't give you an ETA on this, as we don't see a high demand for this at the moment.
No there isn't an allow or denylist for app hang reports, but you can use [beforeSend](https://docs.sentry.io/platforms/apple/configuration/filtering/#filtering-error-events) to filter out unwanted app hang events: ```Swift options.beforeSend = { event in if...
PR for updating the docs https://github.com/getsentry/sentry-docs/pull/9822.
We don't see a high demand for this right now. You can use the workaround specified in https://github.com/getsentry/sentry-cocoa/issues/3906#issuecomment-2078762754. We can close this.
Thanks for reporting this. I took a glance and couldn't identify what causes this right now. I can confirm that the SDK is responsible for this, because the message is...
While this might work in your fork, we don't intend to add attachments to the event payload. Attachments are a separate thing. They get sent via extra envelope items. What...
Yes, exactly. We need hints (https://github.com/getsentry/sentry-cocoa/issues/2325) for this. We don't want attachments to the event payload.