Jan Michael Auer
Jan Michael Auer
Makes sense, thanks. Let me circle back with @Swatinem which of these options would make most sense, and it could be multiple: - At very least, document limitations of secondary...
Linking this thread for visibility, where we were discussing the same for the Breakpad backend: https://github.com/getsentry/sentry-native/pull/290#issuecomment-642227678 Interestingly, Electron ignores it, too. See [here](https://github.com/electron/electron/blob/09c0ee8f87809f144da9edd725a2e793b8d51b0e/shell/app/electron_main_delegate.cc#L251-L252).
If you download the release bundle `sentry-native.zip` from our Releases page rather than the sources, all submodules will already be resolved for you: https://github.com/getsentry/sentry-native/releases/tag/0.4.17
Indeed, attachments are disabled by default and have to be enabled in your server configuration. You can do this by adding `"organizations:event-attachments"` to the [`SENTRY_FEATURES` list](https://github.com/getsentry/onpremise/blob/9c8e2a29eb7ecc3e2f995bfa00222843f8b38edb/sentry/sentry.conf.example.py#L240-L255). We will look into...
Right, this needs changing on the server. It totally makes sense to preserve the original exception information if provided manually. There's no way to fix this in the SDK at...
@madebr before going ahead with this, can you clarify on this: > Part of the build process when using the breakpad backend, is dumping all symbols from an executable (that...
@Swatinem I think it is a generally useful feature being able to hook into the handler's upload cycle, so this would be something we should consider exposing somehow. The patch...
Please beware of https://github.com/getsentry/getsentry/pull/8642
@joshuarli I think we're leaking between tests here. If I run `test_uses_defined_quotas` in isolation, the abuse quotas are not in the result set. Pretty sure it's this: https://github.com/getsentry/sentry/blob/c93462b17a4320e31f8636a09a57c036e9768438/tests/sentry/quotas/test_redis.py#L139
The theme has this hard-coded, so there's no option for customization at the moment. Note the `-n` here: https://github.com/jan-auer/zsh-multiline/blob/851d1dcc970df802ebe0d2eb00846b6c41230f3d/multiline.zsh-theme#L66-L67 The easiest way is to fork this and replace it with...