Skip to content

[Express-OTEL] Transaction Name Quality #6301

Closed
@smeubank

Description

@smeubank

Is there an existing issue for this?

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

https://sentry.io/organizations/sentry-test/performance/summary/?project=4504209954111488&query=&referrer=performance-transaction-summary&statsPeriod=24h&transaction=%7B%22ismaster%22%3A%22%3F%22%7D&unselectedSeries=p100%28%29

Steps to Reproduce

  1. @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

image

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

https://sentry.io/organizations/sentry-sdks/performance/?project=4504094581063680&project=4504078691663872&project=4504078555545600&project=4504118601187328&project=4504118275604480&project=4504118274883584&statsPeriod=7d

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions