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
fix(node): Add conditions to TracingHanlder.startTransaction (#5485)
Currently, our TracingHandler always starts a transaction, whether or not tracing is enabled. It also traces OPTIONS and HEAD requests, which it shouldn't. This fixes both of those problems by checking both the current client's options (for tracing enablement) and the incoming request's method before starting a transaction.
0 commit comments