Arpad Borsos
Arpad Borsos
Hi! There shouldn’t be any problems with normal root vs non-root users. Crashpad internally relies on mach exception ports to monitor an exception from the outside. The crashpad subprocess will...
Its just how my vscode (or actually prettier) autoformatted that, so no problem. I can also just copy-paste this in.
The crashpad backend does its uploading at the time of crash. In the past there used to be some problems with it, but I think we will make it the...
As the linker is complaining about `libQt5Core` not having the right format; which format does it have? Is it a valid elf file? If so, does it have the same...
That looks good so far. How about the build artifacts in the sentry build directory? C is known to be a pain to cross-compile (on top of CMake itself being...
I doubt we will work on this ourselves. But we very appreciate contributions. For example, the Qt integration similarly captures Qt log messages as breadcrumbs, was also contributed by external...
This is interesting, however I don’t really understand what might be failing here. 1. JSON does not mandate that you *html*-escape ampersands. 2. However, JSON mandates that unicode escapes have...
So I ran some tests with SaaS Sentry: Ampersands in values are supported just fine (tested with tags)  And Sentry does accept 2-digit unicode...
browsing the API here, I noticed [getProcessStateSummary](https://developer.android.com/reference/kotlin/android/app/ApplicationExitInfo#getprocessstatesummary) which returns binary data that was attached via [ActivityManager.setProcessStateSummary](https://developer.android.com/reference/kotlin/android/app/ActivityManager#setProcessStateSummary(kotlin.ByteArray)) so I believe that would be a solution to attach the sentry state and...
See https://github.com/log4cplus/log4cplus for reference. It might be nice to have, yes. But I don’t think our team will actively work on this in the near future, however contributions are always...