sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

Expand Distributed Tracing docs for JavaScript

Open cleptric opened this issue 2 years ago • 2 comments
trafficstars

https://docs.sentry.io/platforms/javascript/usage/distributed-tracing/ is missing some details, mainly a Custom Instrumentation page for Distributed Tracing. See https://docs.sentry.io/platforms/python/usage/distributed-tracing/custom-instrumentation/ as an example.

Make sure to document the usage of:

  • [ ] Sentry::getBaggage()
  • [ ] Sentry::getTraceparent()
  • [ ] Sentry::continueTrace()

cleptric avatar Oct 17 '23 23:10 cleptric