You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add setTag to emitter interface to set arbitrary key/value
Here, bring in a `setTag` function that lets X-ray users set an
arbitrary key/value on a request span. These pairs are JSON encoded at
the end of a request and emitted into the span. This is one that we've
already supported for a while in Go and on the server, so we're just
bringing equivalent functionality to this emitter so we can get access
to it from the Stainless stack.
0 commit comments