Closed
Description
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:
- implement
Span.addLink
- implement
Span.addLinks
- add
links
property toStartSpanOptions
- serialize span links in transaction events
Span Links
- feat(core): Create types and utilities for span links #15375
- feat(opentelemetry): Add
addLink(s)
to span #15387 - feat(core): Add
addLink(s)
to Sentry span #15452 - feat(opentelemetry): Add
links
to span options #15403 - feat(core): Add links to span options #15453
Docs