Philipp Hofmann

Results 731 comments of Philipp Hofmann

@arielelkin, sorry we didn't get to this yet. If you could open a PR, it would be awesome 😃 . I think it should be an easy fix.

> Alternatively, we could have a separate repo hosting the release assets. Easier to implement, but has some redundancy. I would like to avoid a repo for hosting, as we...

We know the URL beforehand, as it follows the pattern https://github.com/getsentry/sentry-cocoa/releases/download/sdk-version/Sentry.xcframework.zip , but the problem is the checksum. It doesn't matter if we host our own repo for the `framework.zip`...

Thanks for the update, @tcwalther, but I prefer using the same repository. For everyone, please upvote in the first comment in this issue https://github.com/getsentry/sentry-cocoa/issues/1369#issue-1022475796 to let us know how many...

I see a couple of occurrences in our [internal SDK crashes project](https://sentry.sentry.io/issues/?project=4505469596663808&query=is%3Aunresolved+monitorCachedData&referrer=issue-list&sort=user&statsPeriod=14d).

@armcknight, I guess after resolving the conflicts, I can review this?

I agree that this is suboptimal, but we rarely change these tests, and the options also hardly ever change. I would also be OK with keeping them as is, but...

The Cocoa SDK doesn't offer a UI for sending user feedback. Instead, it has a method `SentrySDK.captureUserfeedback`. It seems like the user feedback pulls the screenshot as an attachment from...