-
Notifications
You must be signed in to change notification settings - Fork 375
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
Add http.route tag to rails, grape, and sinatra integrations #3849
Merged
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be47189 - Browse repository at this point
Copy the full SHA be47189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc1427 - Browse repository at this point
Copy the full SHA 0cc1427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 632e687 - Browse repository at this point
Copy the full SHA 632e687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4df61 - Browse repository at this point
Copy the full SHA 8e4df61View commit details -
Fix version checking for ActionPack patcher
We are not loading Rails in specs for this patcher, and we should check `ActionPack` version instead.
Configuration menu - View commit details
-
Copy full SHA for fc667ff - Browse repository at this point
Copy the full SHA fc667ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c96b50 - Browse repository at this point
Copy the full SHA 8c96b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4014673 - Browse repository at this point
Copy the full SHA 4014673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d47f3e - Browse repository at this point
Copy the full SHA 7d47f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d5706 - Browse repository at this point
Copy the full SHA 73d5706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd9d3e - Browse repository at this point
Copy the full SHA 3cd9d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd59cb - Browse repository at this point
Copy the full SHA 7bd59cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa4cf48 - Browse repository at this point
Copy the full SHA aa4cf48View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec064d8 - Browse repository at this point
Copy the full SHA ec064d8View commit details -
We want to put http.route tag on rack.request span, not on sinatra spans.
Configuration menu - View commit details
-
Copy full SHA for ba280ac - Browse repository at this point
Copy the full SHA ba280acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f02e4 - Browse repository at this point
Copy the full SHA 40f02e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c9362 - Browse repository at this point
Copy the full SHA 30c9362View commit details -
Add appraisals for action_pack
Rails router changed it's internals in 7.1 and it makes sense to test our integration against multiple ActionPack versions.
Configuration menu - View commit details
-
Copy full SHA for bb72ebc - Browse repository at this point
Copy the full SHA bb72ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bdc2b9 - Browse repository at this point
Copy the full SHA 0bdc2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb1ccd - Browse repository at this point
Copy the full SHA ddb1ccdView commit details -
We want to reuse rails appraisals for testing actionpack to reduce the amount of appraisals we have.
Configuration menu - View commit details
-
Copy full SHA for 5ba0fef - Browse repository at this point
Copy the full SHA 5ba0fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7609f54 - Browse repository at this point
Copy the full SHA 7609f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6130d - Browse repository at this point
Copy the full SHA 2a6130dView commit details
Commits on Aug 28, 2024
-
Change patching of journey router for rails > 7.1
We don't want to patch #find_routes method instead of #serve method for rails > 7.1, to make sure that we are setting the http.route tag as early as possible.
Configuration menu - View commit details
-
Copy full SHA for 079872b - Browse repository at this point
Copy the full SHA 079872bView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60ceee4 - Browse repository at this point
Copy the full SHA 60ceee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3a70b - Browse repository at this point
Copy the full SHA 2e3a70bView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5bbc94 - Browse repository at this point
Copy the full SHA d5bbc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b6f5ed - Browse repository at this point
Copy the full SHA 4b6f5edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a42cc1 - Browse repository at this point
Copy the full SHA 8a42cc1View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cae659f - Browse repository at this point
Copy the full SHA cae659fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0bd9a - Browse repository at this point
Copy the full SHA df0bd9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3207b16 - Browse repository at this point
Copy the full SHA 3207b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81217b9 - Browse repository at this point
Copy the full SHA 81217b9View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fedd3e3 - Browse repository at this point
Copy the full SHA fedd3e3View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7317018 - Browse repository at this point
Copy the full SHA 7317018View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62c24d - Browse repository at this point
Copy the full SHA c62c24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b72916c - Browse repository at this point
Copy the full SHA b72916cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 704eb19 - Browse repository at this point
Copy the full SHA 704eb19View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for deaba02 - Browse repository at this point
Copy the full SHA deaba02View commit details
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.