Refactor Shoryuken to not use monitor_transaction #1170
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #1169
Move Shoryuken middleware to integrations
Move the ShoryukenMiddleware to the integrations directory, matching how we organize other integrations: a separate hook and integrations file.
Refactor Shoryuken to not use monitor_transaction
Refactor the Shoryuken integration not to use the
monitor_transaction
helper. A helper we want to deprecate.The implementation is mostly the same, except how we set the attributes. I have changed it to store them as tags. Previously we set the attributes as "sample data metadata". This is another way to set metadata/tags in the transaction API. All three data types end up in the "overview" tag box, so it doesn't really matter how we set the values.
The only thing is that the sample metadata seems to support more value types than tags. I changed this in PR #1169 by accepting boolean values in tags.
For reference, here's a single and matched message's attributes Shoryuken can receive.
[skip changeset] because it's an internal refactor