javascript-express icon indicating copy to clipboard operation
javascript-express copied to clipboard

OpenTracing middleware for express

Results 9 javascript-express issues
Sort by recently updated
recently updated
newest added

The tags currently added are great and I think they are the basic ones that you'd want to include in pretty much any express app. However, my opentracing tracer (DataDog)...

I am using Gatsby + WP and only started seeing this error after updating `gatsby-source-wordpress.` My local development environment runs without any issues. Is anyone familiar with this? ![image](https://user-images.githubusercontent.com/66490932/206745840-edd109a3-6a1e-4c62-b5a0-545a04a11fc4.png)

Would you be open to a PR thats adds typescript type definitions?

Updates: * Upgrade all packages to latest version * Use CircleCI v2.1 * Test on all LTS node versions, only compile against v10 (oldest LTS) CircleCI build: ![image](https://user-images.githubusercontent.com/3199181/102479054-4beb2980-4056-11eb-884c-9569c730d203.png)

We are getting the error "You can only call finish() on a span once." frequently and it seems to be related to the event handlers that are registered in middleware.js:...

I noticed when using this library that the `http.url` tag is always just filled out with the path after the base URL. According to the Semantic Convention of OpenTracing (and...

(Disclaimer: I am fairly new to Node.js and express so please pardon me if I am missing something silly here). I am going through the book "Practical Node.js" and tried...

feature request on the express tracing/middleware integration for node/express sleuth service just like what we have in Java

I'd be up for helping out. Have opentracing-contrib javascript projects standardized on a test runner or do you have a preference. Lately I've been preferring Jest over mocha.