Jan Michael Auer
Jan Michael Auer
Adding one more example with likely the same cause. Symbol fails to parse: ``` _Z3MinIiiEDTqultfp_fp0_cl7forwardIT_Efp_Ecl7forwardIT0_Efp0_EEOS0_OS1_ decltype (({parm#1}
Are there still plans to pick up work on this, or is this going to be replaced with a plug-in resolver API proposed in #1125? I would love to contribute...
Currently, the resolver only runs if the URL does not already contain an IP address. This means, even when providing a custom resolver, one cannot use this to prevent connecting...
Moving Unreal Engine to a top-level platform aligns with our [platform delineation guides](https://docs.sentry.io/contributing/platforms/#delineation). As for what we call it, I'm uncertain. `unreal` is shorter for the URL and slub, but...
Not directly related, but it's strange that we have the /hooks endpoints and "regular" api endpoints for the same thing, except they require different parameters and authentication. This could be...
This has already been solved with #44, no?
To revoke access, we could also listen to GitHub webhook events and then update immediately.
Would be good to keep the database entries (e.g. for analytical purposes) and just delete the underlying files.
Thanks for sharing this observation. When compared with Breakpad, is using the inproc backend an option for you with its lack of minidumps? I'm assuming that you can't use Crashpad...
> I don't think inproc is an option for us. We've gone with Breakpad due to the lack of minidumps from inproc. Thanks for clarifying. I think we'll still try...