-
-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade express from v7 to v8 #7
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
}, | ||
"dsn": "[[dsn]]", | ||
"trace": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems bad :O that should all be here 🤔
@@ -118,28 +219,19 @@ | |||
"message": "Example app listening on port 3030" | |||
} | |||
], | |||
"request": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The request
is not included in transactions anymore with v8 (the error events still have it). In transactions, the url is included in contexts.trace.data.url
.
@@ -133,28 +219,19 @@ | |||
"message": "Example app listening on port 3030" | |||
} | |||
], | |||
"request": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"request"
is sometimes missing with v8
No description provided.