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

``` ERROR Failed to compile with 27 errors friendly-errors 16:45:56 These dependencies were not found: friendly-errors 16:45:56 friendly-errors 16:45:56 * async_hooks in ./node_modules/dd-trace/packages/datadog-core/src/storage/async_resource.js, ./node_modules/dd-trace/packages/datadog-instrumentations/src/helpers/instrument.js and 1 other * child_process in...

bug

**Expected behaviour** Express plugin to be in intergrations_loaded array **Actual behaviour** When using [email protected] you can see express in integrations_loaded and it modifies the span ``` DATADOG TRACER CONFIGURATION -...

bug

**Describe the bug** Traces for http-client metrics only show method name, not path so all endpoints are lumped together. We are unable to create monitors on http-client resource_names using the...

enhancement
question
community
integrations

**Expected behaviour** Upgrading to 2.10.0 from 2.9.1 should work **Actual behaviour** During package install on Windows 10, the transitive dependency on @datadog/pprof-nodejs through @datadog/native-metrics doesn't build under node-gyp. **Steps to...

bug
profiling

Hi there! We are using datadog and apollo server and we get some tracing information already, which is super cool! We are also using Apollo Gateway for Apollo Federation, but...

community
feature-request
integrations

We recently updated our mongodb driver from 3.6.4 to 4.3.1. Now the MongoDb traces are no longer being shown in the Datadog dashboard **Expected behaviour** Updating the MongoDb library to...

bug

**Expected behaviour** When `fetch` it's execute should add trace_id & span_id automatically as Headers **Actual behaviour** When checking a trace between two services no dependency exists because the trace_id &...

feature-request

Add support for Yarn's PnP. https://yarnpkg.com/features/pnp

feature-request

**Expected behaviour** Instrumenting `jest` tests with `dd-trace` should not leak any handles. **Actual behaviour** My `jest` test suite contains 76 tests in it. When executing all of these tests in...

bug
ci-app

**Expected behaviour** I am expecting the resource to include the URL path alongside the method, e.g. "POST /login" **Actual behaviour** Only seeing all POST requests to the server grouped together,...

bug