Stefan Jandl
Stefan Jandl
Closing this as fixed.
The `1.2.0` release is going to address this. With native support disabled the SDK will no longer modify the exported project.
Sorry, we don't have an update on this. Regarding setting the environment, do you mind creating a new issue with details what it is that you're trying to do and...
That sounds like a bug, do you mind opening another issue for this? Thanks, much appreciated.
Seems to have resolved itself somewhere along the way. 🎉
@jamescrosswell you looked into filtering async await magic from the codelocations. Do you think this is something we can reuse here?
- Java: https://github.com/getsentry/sentry-java/pull/3072 - Python: https://github.com/getsentry/sentry-python/pulls?q=is%3Apr+sort%3Aupdated-desc+backpressure+is%3Aclosed Additional context; Internal doc (sorry): https://vanguard.getsentry.net/p/clnlv0iuj0010s60q9e09ba3f
We do have some [docs on backpressure](https://develop.sentry.dev/sdk/performance/backpressure/). > Curiously, it looks like rate limits across any category would cause downsampling (not just rate limits applied to traces). It would be...
After talking to the other teams I think we should mimic the other SDKs. My reasoning: 1. It's a lot easier and simpler 2. It's already out there in the...
Looks like `Debug` controls whether the SDK adds its own `ConsoleLogger` as `DiagnosticLogger` if none is present. https://github.com/getsentry/sentry-dotnet/blob/dfe208fa3cd51ccdcf0853cbf8b44e2fae2453c3/src/Sentry/SentryOptions.cs#L1636-L1645 > Instead, I'd expect the DiagnosticLogger property to always be reachable. It...