Philip Niedertscheider

Results 164 comments of Philip Niedertscheider

I believe this to be related to [COCOA-499](https://linear.app/getsentry/issue/COCOA-499/investigate-and-align-current-session-replay-behaviour) / https://github.com/getsentry/sentry-cocoa/issues/5734

Hi @jvanderwee, can you please add some more context to this issue? Are you requesting us to add the tracking of taps on iOS or clicks on macoS? Is the...

From Cocoa Sync 06/18:At this point in time the user interaction tracing collects events and attaches them to any upcoming event (e.g. a crash). Without any further event (e.g. a...

Hey @runningcode, what's the status on this PR?

An initial investigation has show that some of these references might actually be false positives as the dependency container gets recreated in `reset` rather than deallocated. ![Image](https://github.com/user-attachments/assets/4d246367-4e31-452a-b9c3-4b7def0cc377) In addition I...

After an internal discussion between @philipphofmann and myself, it was decided that even though the `SentryScreenshotSource` is bound to options, I will not introduce a per-options solution for the dependency...

@philipphofmann I agree, it seems like somehow other changes leaked into the PR during rebasing

After adding application state simulation to the unit tests, they fail with and without the changes of this PR. I'll will need to look into it with @philipphofmann to see...