Jorma
Jorma
This is my current workaround for reference: ```cpp static size_t string_copy(char* buffer, size_t offset, size_t max, const char* source) { for (const char* src = source; *src && offset <...
Thanks for pointing that out, I will use `"\\u00%02x"` instead :) We are running Sentry 21.3.1 7e5ca7e self-hosted Can you test invalid character `0xff` inside breadcrumbs and ampersand inside stacktrace...
Here is an example envelope with an invalid character in breadcrumb and also an ampersand in the stack trace. It does not appear in Sentry Issues. When I sanitize the...
It is now 2023, is there a fix for this upcoming anytime soon? The patch itself seems quite simple as mentioned by other replies here.