Arpad Borsos

Results 349 comments of Arpad Borsos

I think you might not be correctly linking to the previously built sentry.lib/sentry.dll?

Do you have any more information on this? The provided error codes are not much to go by. Having a downgrade path is not really something we have ever considered,...

So, I started updating the build system and backend for ios crashpad here: https://github.com/getsentry/sentry-native/pull/436 progress is okay… But I think we started with a completely wrong understanding that crashpad on...

When using the crashpad backend, you would have to build your own crashpad handler. The CMake script should export a `crashpad_handler_lib` target which you can link to make this possible....

The the `SourceView` discussion: Keeping it around would avoid the `decode`/`encode` roundtrips, as the `SourceView` is I think `bytes` internally, so we can use that to create the sourcemap cache...

Hi @rayanami It looks like you can attach to the upload step directly from visual studio, which is perfect! Can you capture the raw request (upload) stream bytes for me?...

Hi @rayanami The attachment was helpful, it seems to parse correctly when inspected manually, however it only has a context, and no minidump or crash report attached. What are your...

Okay, I think we investigated into the wrong direction from the start. It looks like there is nothing wrong with the raw payloads themselves. Looking into the more detailed stats...

Those html entities are also not the problem, the event data from within the `CrashContext.runtime-xml` file parses just fine 🤷🏻‍♂️ Your more recent attachment with the raw payload seems to...

Unfortunately not. I the employee dashboard I can see that most of your events are indeed dropped because of "invalid json", and a couple of "payload too large" every now...