Package Name
No response
Package Version(s)
5.76.0
Describe the feature you'd like
I think you should document in the release notes that you have renamed the main express operation from express.request to web.request
Is your feature request related to a problem?
The main operation and trace metrics for Express have been renamed, which is now causing issues with our existing alerts and monitors. Consequently, these metrics are no longer reported under the previous name, trace.express.request, but have been moved to a completely new metric named trace.web.request. This change means the original metrics are no longer being reported.
Describe alternatives you've considered
Updating our monitors is one alternative, but without any mention in the docs, we can only know after deploying our app.
Additional context
No response