Simon Cropp

Results 471 comments of Simon Cropp

ok i found where to see this in the UI under releases. then click on the specific release ![image](https://user-images.githubusercontent.com/122666/193481132-267a3c29-44db-4fa4-87ed-c7da34582dce.png) i change my sample to use a timestamp as a release....

CaptureException will return an empty id if `SentrySdk.Init` has not been called.

sorry i just re read the title "but exception is sent to Sentry ". can you share a minimal repro of this?

could you try enabling Diagnostic Logger https://docs.sentry.io/platforms/dotnet/configuration/diagnostic-logger/ see FileAppenderDiagnosticLogger in that page as an example and persist error and above. if you need a help writing a custom DiagnosticLogger that...

also, if you are occasionally getting it on your local dev machine when debugging, can u try enabling "break on all exceptions"

@mattjohnsonpint @bruno-garcia can i get access to notion?

@vaind rebasing of develop will get you this change https://github.com/getsentry/sentry-dotnet/pull/1762

@vaind is it possible to see the failed tests in the build Action log?

looks like this https://xunit.net/docs/format-xml-v2 ?

wading though the xharness code. it seems it is configurable https://github.com/dotnet/xharness/blob/main/src/Microsoft.DotNet.XHarness.TestRunners.Xunit/XUnitTestRunner.cs#L927 See https://github.com/dotnet/xharness/blob/main/src/Microsoft.DotNet.XHarness.Common/XmlResultJargon.cs and the arg is https://github.com/dotnet/xharness/blob/main/src/Microsoft.DotNet.XHarness.CLI/CommandArguments/Apple/Arguments/XmlResultJargonArgument.cs