dd-trace-js icon indicating copy to clipboard operation
dd-trace-js copied to clipboard

JavaScript APM Tracer

Results 469 dd-trace-js issues
Sort by recently updated
recently updated
newest added

### What does this PR do? In #2249 (shipped in 2.12.2), changes were made to instrument more of the Restify pipeline by enhancing a `wrapFn` call. However, this PR created...

bug
integrations
semver-patch

This is an experiment to see if we can easily support http2 server instrumentation for the compatibility-mode interface.

semver-minor

### What does this PR do? Refactor broker plugins with new tracing base plugin. ### Motivation Continuation of #2373

integrations
semver-patch

### What does this PR do? This PR allows all of the sirun-based benchmarks to be run in a docker container using the latest three even versions of Node.js. To...

semver-patch

In the Postgres plugin, would be great if we could add the Connection's Process ID as a Span Tag. This would make it a lot easier for us to correlate...

feature-request

**Expected behaviour** I'm trying to add the dd-trace library to our Node.js express application, which is written in Typescript and build using Webpack. I followed these docs: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/nodejs/?tab=otherenvironments#instrument-your-application I expect...

bug

### What does this PR do? ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [ ] TypeScript [tests][2]. - [ ] API...

### What does this PR do? Adds the new Remote Config client, that subscribes to products and receive configuration update for those products. It also includes the first use case:...

core
appsec
semver-minor

Hi, thanks for the useful library. This is more of a question than a feature request / bug. We are using `tracer.inject` to propagate the span context to a sub-process...

question

**Expected behaviour** All cached instances of agent URL/hostname must be updated after `tracer.setUrl()` call **Actual behaviour** ```js // implicitly sets agent URL to `127.0.0.1:8126` tracer.init(); // Will update the trace...

bug