Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.21.1
Framework Version
node v16.16.0, express 4.16.4
Link to Sentry event
Steps to Reproduce
- @danielkhan has a demo express app running locally interacting with MongoDB
Expected Result
Quality transaction names
Some of these examples are from API routes and others from DB interactions
Actual Result
Here we see the different transaction type examples, for HTTP the method is not set, unparameterized transaction names, or names which don't fit the expectation
checking the Sentry-SDKs org as well we see a mix of <>, custom, route. Would need to look into more individual events there to check the transaction source as the cause, and unclear how much of the data is a mix of Sentry SDK or OTEL SDK -> Sentry
Also not sure that we have data for the express OTEL demo service yet, screenshot is the NextJs services
Metadata
Metadata
Assignees
Labels
No labels