Open lforst opened 4 days ago
In https://github.com/getsentry/sentry-javascript/issues/14335 deprecated null to be returned from beforeSendSpan.
null
beforeSendSpan
We should adjust the behaviour to either
In either case the type needs to be updated.
Description
In https://github.com/getsentry/sentry-javascript/issues/14335 deprecated
null
to be returned frombeforeSendSpan
.We should adjust the behaviour to either
In either case the type needs to be updated.