getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
8.01k stars 1.58k forks source link

Support Express v5 #13674

Open mydea opened 2 months ago

mydea commented 2 months ago

Description

It seems that Express v5 is actually close: https://github.com/expressjs/express/releases/tag/v5.0.0

We should ensure we have support for this. This means ensuring that this is supported upstream in the OTEL instrumentation.

joergbaier commented 2 months ago

I would appreciate sentry supporting express v5. Having support here would help express finally get v5 released under the "latest" tag. 🙏

Sentry also integrates with GQL and I believe the @apollo/server + express pairing is fairly popular. https://github.com/apollographql/apollo-server/issues/7928

timfish commented 2 months ago

Otel PR:

AbhiPrasad commented 1 week ago

Update: https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2437#issuecomment-2470512673