Philipp Hofmann
Philipp Hofmann
I can reproduce the problem by simply calling in our iOS-Swift sample app. ``` if let clipboard = UIPasteboard.general.string { } ``` When the following dialog appears, the Cocoa SDK...
We could start with the `pauseAppHangTracking` callbacks for now, but they are also suboptimal cause most people have to learn it the hard way they have to use them. I...
In the upcoming release, you can use the following API to ignore the app hangs. We're going to add these APIs also to Flutter and RN. ```swift SentrySDK.pauseAppHangTracking() // Do...
Meta team SDK issue for reference: https://github.com/getsentry/team-mobile/issues/186.
Related to https://github.com/getsentry/team-mobile/issues/135.
Currently, we can only pass a little context into this callback except for the captured event, which doesn't tell the user much about for which screen the SDK is capturing...
I tried using path-filters in https://github.com/getsentry/sentry-cocoa/pull/3887 and it turns out it's a bit more complicated than using GH actions builtin `paths:`. As we don't have any required checks the advantage...
I'm unsure if we can remove all Xcode 14 references, because we might need them for older Unit tests, but we should double check and upgrade to 15, wherever we...
Thanks, @arielelkin, for pointing that out. I agree that this should be a relatively easy task. We are happy to accept PRs if you are motivated :)
Thanks, for the info. I guess it's better if I do it then because getting all the paths right without breaking something might be a bit hard. Thanks for your...