-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(node): Support Express v5 #15380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
size-limit report 📦
|
|
Should the documentation be updated? https://docs.sentry.io/platforms/javascript/guides/express/ still mentions limited support |
|
@Burgov good catch! I made a PR to fix this in the docs: getsentry/sentry-docs#13240 |
The goal is for Express to eventually support publishing events to
diagnostics_channel(#15107) so that Open Telemetry can instrument it without monkey-patching internal code. However, this might take a while and it would be great to support Express v5 now. This PR is a stop-gap solution until that work is complete and published.This PR vendors the code added in my otel PR: