Ivan Dlugos
Ivan Dlugos
I've checked what sentry-java and sentry-dart do and they set the default diagnostic logger if debug is true, otherwise leave a noop logger. I think the idea here was the...
Oh, actually it just looks like the comment should move here: https://github.com/getsentry/sentry-dotnet/blob/6274944d00826b0442d038f675f4f46ac0fec182/src/Sentry/SentryOptions.cs#L225-L229 or just reintegrate that function back to SdkComposer
Thx for all the updates. Any chance you could try running dotnet-trace profiler (with Sentry builtin profiling disabled at the time) on your app and see how that influences cpu...
As an additional issue docs explicitly say: > In cases where you want to attach Spans to an already ongoing Transaction you can use SentrySdk.GetSpan(). If there is a running...
Shouldn't be too hard to cross-compile for arm64 but the issue is testing as we currently rely solely on GitHub hosted runners which don't have an arm64 image.
> Craft won't complain if something is missing IMO that is what should be changed - if we have configured craft to publish something, it should publish it, not fail...
I've looked into this multiple times and logically, the test seems sound to me - I have no clue how that condition could be failing. Can someone else have a...
funny, i've actually filed an issue related to this today, although it's not strictly a duplicate #3165
The difference lies in `debug-files upload` executing `search_difs()->collect_object_dif()` which expands the given path to the actually useful file, i.e. `ConsoleApp1.pdb`. This is because upload-dif is normally used with a directory...
Has anyone figured this out yet? I'm facing the same issue after upgrading to v9. My test gets logcat repeatedly and after a while (e.g. 172 times in a recent...