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
or it could take a span attribute that represents multiple, like something for this span type that always says 'browser', maybe user wants to remove all spans that say browser.
or maybe user wants 1 http spans for a http request but not all the sub spans here like .proxy .dns etc.
regex would work nice
The text was updated successfully, but these errors were encountered:
Problem Statement
Hi, there's no way to filter out spans, like beforeSpan in javascript (which is getting deprecated in v9 JS SDK)
similar GH issue
Solution Brainstorm
or it could take a span attribute that represents multiple, like something for this span type that always says 'browser', maybe user wants to remove all spans that say browser.
or maybe user wants 1 http spans for a http request but not all the sub spans here like .proxy .dns etc.
regex would work nice
The text was updated successfully, but these errors were encountered: