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
ignoreStatusCodes is incompatible with span streaming since we don't keep child spans in memory until we know that a parent span results in a certain http status code. So let's deprecate it without replacement (similarly to forceTransaction)
Description
ignoreStatusCodesis incompatible with span streaming since we don't keep child spans in memory until we know that a parent span results in a certain http status code. So let's deprecate it without replacement (similarly toforceTransaction)