vercel / tracing-js

An implementation of Opentracing API for honeycomb.io

Home Page:https://npmjs.com/@vercel/tracing-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Propagate Tags.SAMPLING_PRIORITY to child spans

styfle opened this issue · comments

We don't really want people to be dealing with passing around SAMPLING_PRIORITY because it will typically get set from req.headers on the top-level span and then all other child spans should get this value.