Ivan Dlugos

Results 334 comments of Ivan Dlugos
trafficstars

@jamescrosswell that option just forwards to native code, right? If so, it may be worth moving the issue to sentry-cocoa. My two cents: it may be due to memory pressure...

Thanks, so [it is actually MAUI code](https://github.com/dotnet/maui/blob/3c7b65264d2f341a48db32263a271fd8718cfd23/src/Essentials/src/Screenshot/Screenshot.ios.cs#L30C34-L30C46). We could either do it ourselves properly (with reduced pixel ratio) or raise it upstream. In any case, we should [wrap our call...

> > 2. I don't see how you've addressed my remark about OOM on large responses. Could you elaborate, please? > > As the responseBody is only accessible once, we...

> imo I'd just make it simpler: > > * no headers present, we don't read the body because we don't know the size of it > * otherwise if...

> we were considering removing it since no other SDK supports this option That makes sense, no reason to use it than.

As an alternative, a few other SDKs actually post events to sentry.io and then fetch them through an API. Besides resolving the pain points mentioned above, that would also enable...

I haven't run it elsewhere but I will give it a go.

* [macOS](https://sentry.io/organizations/sentry-sdks/issues/2771507099/events/c57dc074563542108b0144a2e25f7adc/?project=5439417) - `MacOS 10.15.7` - works fine * [iOS](https://sentry.io/organizations/sentry-sdks/issues/2771507099/events/274fd0b6b819412a900ff5359a439a3d/?project=5439417#context-os) - `iPhoneOS 14.5` - kinda works but the icon isn't right in the header - not sure that's related *...

> Potentially we're running out of disk space on the Windows CI runners... I've got about 600 GB free on the dev drive so that's definitely not the case for...

This came up in https://github.com/getsentry/sentry/issues/60236 We'd need to change how the candidates are looked up. Doesn't seem so hard to do but maybe I'm missing something: https://github.com/getsentry/symbolicator/blob/2474a74225d1b8488d909e0441c1996c0078b6af/crates/symbolicator-native/src/symbolication/module_lookup.rs#L312-L333 Notably from `objects.find()`...