Philipp Hofmann
Philipp Hofmann
### Description According to this blog post, https://blog.cristik.com/2018/02/objective-c-new-is-dangerous-and-old-avoid-it-at-all-costs/ and this https://github.com/getsentry/sentry-cocoa/pull/1969#discussion_r957770700 using [new] is dangerous and should be avoided. We should use a linter or another check to avoid using...
### Description See https://github.com/getsentry/sentry-java/issues/2240 Docs PR https://github.com/getsentry/develop/pull/685
### Description On September 7th, Apple has scheduled an event, which means that iOS 16, tvOS 16, watchOS 9, and macOS 13 are about to GA. We should test if...
### Core or SDK? Platform/SDK ### Which part? Which one? .NET ### Description The docs on automatic breadcrumbs are the [default](https://github.com/getsentry/sentry-docs/blob/d36037eb886fc61720610312d066e8264feae35c/src/platform-includes/enriching-events/breadcrumbs/automatic-breadcrumbs/_default.mdx#L2) here https://docs.sentry.io/platforms/dotnet/enriching-events/breadcrumbs/#automatic-breadcrumbs. ### Suggested Solution Add platform-specific docs for...
With https://github.com/getsentry/develop/pull/329, we introduced culture context to our SDKs. Add it to the Java SDK. We still need to wait until Discover supports culture_context (https://github.com/getsentry/sentry/issues/30525) before adding this. This is...
Use NSApplicationCrashOnExceptions in the AppDelegate and call reportException. For investigating https://github.com/getsentry/sentry-cocoa/issues/3265#issuecomment-1973135855. #skip-changelog
### Description We see a couple of `NSMallocException: Failed to grow buffer` in our [internal SDK crash detection](https://sentry.sentry.io/issues/?project=4505469596663808&query=is%3Aunresolved+NSMallocException&referrer=issue-list&sort=user&statsPeriod=14d) and also a customer reported this error. The crash happens when serializing...
### Description Add a widget to our iOS-Swift sample and validate if App Hangs work correctly. Then update the docs accordingly https://docs.sentry.io/platforms/apple/configuration/app-hangs/.
### Description See https://github.com/getsentry/team-mobile/issues/172. Consider changing sending frames delay data to span level measurements when achieving this.
### Platform iOS ### Environment Develop ### Installed Manually ### Version 8.18.0 ### Did it work on previous versions? No clue ### Steps to Reproduce 1. Open iOS-Swift sample app...