dd-trace-js
dd-trace-js copied to clipboard
JavaScript APM Tracer
### What does this PR do? Drop support for Node 12. I also moved `@types/node` to dev dependencies since the library is fairly large, and users of TypeScript should already...
**Context** I have a [BFF](https://samnewman.io/patterns/architectural/bff/) that uses 'dd-trace' version `2.6.0`, this BFF communicates with various services. The problem occurs when I update the version of 'dd-trace' to `2.11.0`. **Expected behaviour**...
### What does this PR do? Read code coverage in `jest` if it's available (`global.__coverage__`) and reset the counters _after every test_. This results in a code coverage that is...
### What does this PR do? Remove documentation about event emitter scope binding. I also removed documentation for binding promises since this should never be needed at this point and...
### What does this PR do? Adds publishing of release images to github packages, dockerhub, GCR, and ECR. ### Motivation This way lib injection can be done by the admission...
**Expected behaviour** collect tracing & profiling data **Actual behaviour** 1. have tracing data but no profiling data try upgrade dd-trace profiling data collected.(Not aware we lost part of tracing data)...
### What does this PR do? Add guide for migrating from 2.x to 3.0. ### Motivation 3.0 is around the corner.
Context: I'm discussing this DD product throughout: https://docs.datadoghq.com/continuous_integration/setup_tests/javascript/ This is a feature request to add first-class support for `@playwright/test` (https://github.com/microsoft/playwright) an amazing Microsoft project for end-to-end browser testing (including its...
### What does this PR do? Implements trace stats calculation. ### Motivation We want to be able to compute trace stats without needing to send every trace to the agent....
**Expected behaviour** The **trace_id** should change every time a new http request is received. **Actual behaviour** A new scope is activated during fastify startup and it will be used for...