dd-trace-js
dd-trace-js copied to clipboard
JavaScript APM Tracer
### What does this PR do? Add support for OpenSearch. ### Motivation Closes #1966 ### Plugin Checklist - [x] Unit tests. - [x] TypeScript [definitions][1]. - [x] TypeScript [tests][2]. -...
[vitest](https://vitest.dev/) is a new test framework similar to Jest that runs on top of Vite. It would be great if dd-trace-js could instrument vitest similar to how the Jest integration...
**Expected behaviour** Mongo Queries should run without exceptions when using Cursors via mongoose 5.11.5 **Actual behaviour** A TypeError exception is thrown when using cursors via mongoose 5.11.5 and mongodb 3.6.3...
**Expected behaviour** In the datadog UI, I'm expecting to see generic resource name for each endpoint, for instance `GET /products` or `GET /assets` or `GET /probe` **Actual behaviour** There is...
Hi, We're using MongoDB 4.4 selfhosted and we're facing a production of many of the stack trace below. I am not really sure why this is happening, but it's performing...
Is there any open possibility to make dd-trace directly support https://adonisjs.com/ ?
Hi all - I was wondering what the best way to instrument the `WebApp.connectHandlers` provided by meteor. We use these connectHandlers to expose different webhooks, yet I don't see any...
**Describe the bug** When dd-trace-js is any version from 2.0 - 2.3.1, initial redis connections will time out - delaying startup of our NestJS server by some 30 seconds. 1.7.0...
**Expected behaviour** Show up mongodb query in tracings. **Actual behaviour** Mongodb queries are obfuscated with `?` in datadog console. `findAndModify tractian.$cmd {"$and":"?"}`  **Steps to reproduce** Just get up some...
We just started to use Redshift via ODBC. Is there currently an option to integrate it into DataDog APM?