We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As spec'd out in the RFC (PR of RFC), the JS SDK should support adding and sending span links to Sentry.
This means:
Span.addLink
Span.addLinks
links
StartSpanOptions
Span Links
addLink(s)
Docs
The text was updated successfully, but these errors were encountered:
previous_trace
browserTracingIntegration
feat(core): Add addLink(s) to Sentry span (#15452)
63ea300
part of #14991
feat(core): Add links to span options (#15453)
14667ee
Closing as completed. (I removed the ref to #14992 as it is already tracked separately in https://github.com/getsentry/projects/issues/268)
Sorry, something went wrong.
s1gr1d
No branches or pull requests
Description
As spec'd out in the RFC (PR of RFC), the JS SDK should support adding and sending span links to Sentry.
This means:
Span.addLink
Span.addLinks
links
property toStartSpanOptions
Span Links
addLink(s)
to span #15387addLink(s)
to Sentry span #15452links
to span options #15403Docs
The text was updated successfully, but these errors were encountered: