How to run this library without sending traces to an agent? #4625
Unanswered
JavaScriptBach
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dd-trace-js has sometimes broken my application or added nontrivial overhead. But we can't run it in tests or in dev because we don't have a Datadog agent to send to. Is it possible to run this library in a local mode, e.g. patch libraries, run plugins, create spans, etc. without attempting to send the data to an external source?
This feature would be nice to have because we could make our dev and test environments more closely match production.
Beta Was this translation helpful? Give feedback.
All reactions