-
Notifications
You must be signed in to change notification settings - Fork 26
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
[FEATURE] Add execution context in transformer #484
[FEATURE] Add execution context in transformer #484
Conversation
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "nest-raven", | |||
"version": "9.0.0", | |||
"version": "9.0.1", |
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.
Should be 9.1.0 as its a feature and not a bug fix[1]. But we can fix this later.
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.
Updated here :) 14d477e thanks for the quick review!
Thanks for the contribution @lws803! It looks like a useful thing to have :) |
Pull Request Test Coverage Report for Build 3436380349
💛 - Coveralls |
ty your PR :) |
Thanks for the approve! ❤️ Though, I think only you guys can merge and publish it 😄 |
Adds execution context in transformer so that we can set sentry scope properties based on what's available in the execution context. e.g. setting a query param from request context as a sentry tag