You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from #10900 & #10898, we also have two legitimate usages of span.startChild(), which is in cores trace functions, and in opentelemetrys spanExporter. We need to refactor these away. In a first step, we can replace these with manually calling new SentrySpan() and creating the span like this.
Apart from #10900 & #10898, we also have two legitimate usages of
span.startChild()
, which is in corestrace
functions, and in opentelemetrysspanExporter
. We need to refactor these away. In a first step, we can replace these with manually callingnew SentrySpan()
and creating the span like this.The text was updated successfully, but these errors were encountered: