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
Delete any opts.timer option passed to Span or Transaction creation. While I don't expect anyone to have ever used this option, it is theoretically a breaking change, so should be left to a major ver bump.
#2939 is adding a deprecation warning for passing in opts.timer to Span or Transaction creation. It is an internal option used to pass to the internal GenericSpan based class, but users should never want or need to use this option.