We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a542f0c commit d4e121eCopy full SHA for d4e121e
src/Sentry/Scope.cs
@@ -818,11 +818,6 @@ internal void ResetTransaction(ITransactionTracer? expectedCurrentTransaction)
818
if (ReferenceEquals(_transaction.Value, expectedCurrentTransaction))
819
{
820
_transaction.Value = null;
821
- if (Options.EnableScopeSync)
822
- {
823
- // We have to restore the trace on the native layers to be in sync with the current scope
824
- Options.ScopeObserver?.SetTrace(PropagationContext.TraceId, PropagationContext.SpanId);
825
- }
826
}
827
828
finally
0 commit comments