Arpad Borsos

Results 349 comments of Arpad Borsos

There is no built in mechanism to do this. I think the best thing to do would be to implement your own transport that has better queue handling.

This is interesting, the code is this: https://github.com/getsentry/sentry-native/blob/521860373df1cc02607546c3474d78b42042b459/src/sentry_transport.c#L113 So it is calling a function pointer, with a value that looks pretty much like some kind of poison value (`358b358b358b358b`). I...

Given the stack trace, and that you do get the crash itself (and probably the original crash that caused this one), I figure that the SDK itself operates fine, and...

Cocoa is a completely different codebase that does not share any code with sentry-native/NDK/Android. The reason I am curious is because the crash handler crashed while handling a crash. And...

I haven’t made any progress on this.

I think the failing jobs need an update for the python dependencies.

Lets wait for @chadwhitacre to answer the question around our actions usage policy.

hah, that escalated quickly :-D My vdom experiments are ~2 years old. I’m now on the React bandwagon. But still skeptical especially concerning performance, etc. But I do search for...

I suspect the issue is missing resolution of inline frames. I ran into this yesterday, comparing the output of `cargo flamegraph` with whatever an `Instruments` profile gives me. It really...

hm, looks like there is the same problem with `@abraham/reflection` which is an alternative to `reflect-metadata` and basically does a `Object.assign(Reflect, Reflection);` on the global `Reflect` object. So I guess...