Philipp Hofmann

Results 731 comments of Philipp Hofmann

With https://github.com/getsentry/sentry-cocoa/pull/2316 we started to collect payloads from MetricKit via TestFlight. So far we have only received crash data. So the statement below seems to be true. > Crash and...

@filip-doordash, do you maybe have some sample payloads without any details about Doordash you can share? I'm primarily interested in the meta data that it contains.

Thank you very much, @filip-doordash 🥳 .

Hey, @markuswahl-2, Could it be that some parts of your app use `exit(code)`? We have an issue on React-Native for creating wrong OOMs when some code calls `exit(code)`. https://github.com/getsentry/sentry-docs/issues/4350. We...

> `preconditionFailure` messages also don't get reported in release builds. I suspect the root cause is the same as this issue. It could be related, yes, @shadowfacts. Thanks for the...

> If rate-limit was hit, make sure the caching transport is aware. Meaning: don't read all files from disk to send to the HTTP transport when that's basically dropping everything...

> > we should read all files from disk and throw them away. > > I don't think we should throw them away, the comment is about making the transport...

No, not yet, @jaroslavas. Sorry, we didn't have the bandwidth yet to get to that issue.

Adding extra HTTP headers should be possible with `SentryOptions.urlSessionDelegate`. Can you confirm @brustolin?

I don't see any problem why we shouldn't add these APIs. We only need to align across SDKs.