Closed
Description
Which SDK are you using?
@sentry/node-experimental
SDK Version
latest
Steps to Reproduce
When adding integration tests for @sentry/node-experimental
, I started by using the assertions from the @sentry/node
tests.
It looks like:
transaction
for regex routes ends up as just/
data.url
is now the full URL rather than just the path- Http status code tag is not a number rather than string
- Middleware
- Descriptions have changed
- op is gone
I'll add anything else I find!
