Philipp Hofmann
Philipp Hofmann
It looks like the exception parsing is a bit off as some exceptions are reported as: ``` EXC_BREAKPOINT d 0x000000018d12d0e0 start + 2360 ``` Notice the `d`. https://sindresorhus.sentry.io/issues/4525409382/events/2a1e0afd32de47d79b68b1b8f2714437/?project=6276511&referrer=previous-event _Originally posted...
Some SDKs as Java and Python use hints to discard or attach attachments in beforeSend and event processors. We should document this here https://develop.sentry.dev/sdk/features/#attachments.
With https://github.com/getsentry/develop/pull/452 we specify the operations for spans. To align the descriptions for the spans across SDKs we should also document them. For file spans, we already discussed that filename...
Performance unit tests require baseline profiles bound to an exact machine configuration, which we can't generate for CI. Thus, the performance tests run without any benefit in CI. We can...
The SentryViewHierarchyTests only need to reset the SentryDependencyContainer and not reset the whole global test state. #skip-changelog
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce This problem initially appeared on the Cocoa SDK (https://github.com/getsentry/sentry-cocoa/issues/3999), but while investigating, I realized it also happens for the Python SDK, so...
### Problem Statement Since Xcode 14, you can't download dSYMs anymore from AppStore Connect. See > Debug symbols can only be downloaded from App Store Connect / TestFlight for existing...
### Description The field was deprecated with https://github.com/getsentry/sentry-cocoa/issues/4090. We now have to remove it. Meta issue https://github.com/getsentry/team-sdks/issues/44
### Description The SDK reports MXCPUException and MXDiskWriteException correctly, but the stacktraces for MXHangDiagnostic don't make any sense. To find sample events, use this [Looker dashboard](https://sentryio.cloud.looker.com/dashboards/1400) to find customers using...
### Description Investigate and document if watchdog terminations work correctly with extensions, which I highly doubt, in the SentryOptions and [user-facing docs](https://docs.sentry.io/platforms/apple/guides/ios/configuration/watchdog-terminations/). ┆Issue is synchronized with this [Jira Improvement](https://getsentry.atlassian.net/browse/FEEDBACK-2194) by...