File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ protected internal override void DoEnsureSuccessfulResponse([NotNull] HttpReques
3636 var exception = new GraphQLHttpRequestException ( errorMessage ) ;
3737
3838#if NET5_0_OR_GREATER
39- // Add a full stack trace into the exception to improve Issue grouping,
40- // see https://github.com/getsentry/sentry-dotnet/issues/3582
41- ExceptionDispatchInfo . Throw ( ExceptionDispatchInfo . SetCurrentStackTrace ( exception ) ) ;
39+ // Add a full stack trace into the exception to improve Issue grouping,
40+ // see https://github.com/getsentry/sentry-dotnet/issues/3582
41+ ExceptionDispatchInfo . Throw ( ExceptionDispatchInfo . SetCurrentStackTrace ( exception ) ) ;
4242#else
4343 // Where SetCurrentStackTrace is not available, just throw the Exception
4444 throw exception ;
You can’t perform that action at this time.
0 commit comments