Thomas Hunter II
Thomas Hunter II
We'll take a look at this soon
> any release line So specifically any release line that we've ever supported for the entire history of the project? As opposed to any actively maintained release line?
> Currently actively maintained release lines. Hmm... Since we only support v14 for another 9 days is this worth the effort?
Blessed by #4645
Notes: Disabled by default, adds 20MB, sidecar process, excluded from lambda layer
Can you add a test to this? Might be as easy as using sinon / proxyquire and injecting an entry into the list. That or you could combine this PR...
It looks like the `jsonpath` module might not be very friendly with ESBuild: ``` esbuild cd /home/runner/work/dd-trace-js/dd-trace-js/integration-tests/esbuild npm run build Warning: G] "../include/module.js" should be marked as external for use...
The ~~forked~~ library `jsonpath-plus` has about 50% more downloads than `jsonpath` and fixes the issue so I'll switch to that: https://www.npmjs.com/package/jsonpath-plus
It looks like things are finally starting to pass. Here's some of the SPAN logs in CI: ``` meta: { '_dd.p.tid': '668ef02c00000000', '_dd.p.dm': '-1', service: 'test', env: 'tester', version: '9.2.2',...
It looks like the only failing job at this point is that the tracer is now exceeding a size threshold set by the serverless team. I've pinged them for assistance.