Thomas Watson

Results 112 comments of Thomas Watson

I took a stab at removing bluebird in `main`: #118097

If it was me I would consider re-opening this. I created this issue because we, if I understood the problem correctly, technically used `tape` wrong in that we didn't call...

jenkins run the module tests for ALL

If you mean https://grpc.io/, then no. You can see a list of what's currently instrumented here: https://www.elastic.co/guide/en/apm/agent/nodejs/current/compatibility.html I'll mark this as an enhancement issue, so that we can take a...

@Qard I haven't written any tests for this as I wasn't sure exactly how I could test this in a reasonable way. If you have any suggestions that aren't too...

Hi @ericln Thanks for opening an issue about this. Support for these libraries are not currently on our roadmap, but it's something I think would make sense to add when...

I tried your example in VS Code and VS Code didn't show any errors for that code. When exactly are you getting it? > `AwsLambda` could potentially be exported (?)....

In Node.js/V8 it's possible to set a global stack trace limit. This means that all errors generated in your application will have their stack trace limited to the last `x`...

@Qard Good point. I expect that would be pretty wasteful though 🤔