Philipp Hofmann

Results 731 comments of Philipp Hofmann

The `SentryUIViewControllerSwizzling` only swizzles the UIViewControllers being in-app by design, because otherwise the SDK would instrument plenty of UIViewControllers that are just noise for users. https://github.com/getsentry/sentry-cocoa/blob/7d88965b68a8e0439450ba54ab41844a8ba5bc10/Sources/Sentry/SentryUIViewControllerSwizzling.m#L76-L90 You can change this...

Related Cocoa Issue: https://github.com/getsentry/sentry-cocoa/issues/6230

We also see this frequently in our repository https://github.com/getsentry/sentry-cocoa since a couple of days. It's extremely frustrating because it makes CI very flaky and unreliable. ``` + xcodebuild -workspace Sentry.xcworkspace...

The workaround `xcrun simctl list` seems to improve the situation a bit, but we still see frequent occurrences of errors such as ``` Error: xcodebuild: error: Unable to find a...

> If you need inspiration, here's a PR where I've addressed this issue for one of the open source projects I maintain https://github.com/siteline/swiftui-introspect/pull/482 Thanks for the workaround @davdroman, but I...

> That's the neat thing about monopolies, you don't actually have a choice :) Somewhat true, but I guess off topic 😅 > That said, I'd rather deal with these...

>Users can't filter logs on beforeLogs that were created by the native SDKs. We also have this problem for beforeSend and beforeSendTransaction. If I'm not mistaken, we don't have this...

> Would you rather that users implement log filtering on each respective layer? No, definitely not, cause it's complicated for the user. My main question is not if we want...

Sorry no, we don't have an ETA for it yet. I bumped the prio in Linear, but can't make any promises yet.

For everybody, please upvote so we can keep track of demand. @balavor, thanks for opening the issue. Did you use Carthage on V8? If yes, which version did you use...