Michi Hoffmann
Michi Hoffmann
We didn't optimize the Symfony SDK for asynchronous runtimes like FrankenPHP just yet.
Can't give you an estimate on this right now.
The general consensus is that there should never be two instances of the same SDK running in the same application. While on PHP it looks much simpler, on other platforms...
Our current thinking to support this would be some sort of wrapper program. `./sentry-panic-monitor `, which would then parse and report panics to Sentry. We do have some internal prototype...
Yes, we'll add it to this repository.
Just for init, everything else, as you rightly pointed out, has too many side effects.
https://docs.sentry.io/platforms/dotnet/tracing/trace-propagation/custom-instrumentation/#step-1-extract-incoming-tracing-information explains how the API should be used. It's important that the SDK updates the `PropagationContext` under the hood, so even if tracing is disabled, all events emitted still have...
Query strings should not be guarded by `send_default_pii`, but it should still apply for the request body. https://develop.sentry.dev/sdk/expected-features/data-handling/#sensitive-data
What would be your use-case for adding these?
Sure, this makes sense to me. PRs are welcome; otherwise, I'll try to add this in the next few weeks. > Specifically, I want to proxy iOS errors and cannot...