-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Update hapi to v8.0.0-rc.1 #28
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
@@ -13,7 +13,7 @@ | |||
"sample_rate": "1", | |||
"sampled": "true", | |||
"trace_id": "[[ID2]]", | |||
"transaction": "/test-error" |
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.
v7 does not include the http method
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.
yeah, this is def. better in v8! 🚀
"method": "GET", | ||
"url": "http://localhost:3030/test-error" |
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 is missing in all v7 files.
@@ -13,7 +13,7 @@ | |||
"sample_rate": "1", | |||
"sampled": "true", | |||
"trace_id": "[[ID2]]", | |||
"transaction": "/test-param-error/{param}" | |||
"transaction": "GET /test-param-error/1337" |
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.
v8 is not parametrized
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.
getsentry/sentry-javascript#11906 This should probably fix that @mydea
"op": "http.server", | ||
"origin": "auto.http.otel.http", |
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.
op
and origin
are different
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 is def. much better 🚀
@@ -13,7 +13,7 @@ | |||
"sample_rate": "1", | |||
"sampled": "true", | |||
"trace_id": "[[ID2]]", | |||
"transaction": "/test-param-error/{param}" | |||
"transaction": "GET /test-param-error/1337" |
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 error event does not get parameterized in rc.1. @mydea
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.
hmm that is... not ideal! Could you look into this? Also cc @Lms24 (when you're back from vacation) as you worked on these things before - ideally we can figure this out before v8 stable goes out, but other than this should not block us either!
No description provided.