-
Notifications
You must be signed in to change notification settings - Fork 78
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
Also include xray with jQuery3 #84
Conversation
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.
Thanks for the PR! Can you please:
- address my code comment below
- add a test to
spec/xray/middleware_spec.rb
- add an entry to the CHANGELOG
I'd appreciate it!
lib/xray/middleware.rb
Outdated
@@ -100,7 +100,7 @@ def script_matcher(script_name) | |||
/ | |||
<script[^>]+ | |||
\/#{script_name} | |||
(2)? # Optional 2 for jQuery2 format | |||
(2|3)? # Optional 2 for jQuery2 format |
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.
Can you also update the comment?
Updated! |
CHANGELOG.md
Outdated
@@ -10,7 +10,8 @@ lesser changes or bug fixes. | |||
|
|||
## [Unreleased][] | |||
|
|||
* Your contribution here! |
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.
Sorry, I should have specified. Can you please put the * Your contribution here!
back in? Thanks!
I think everything is fine now! |
Great, thanks for the contribution! 🙇 |
No description provided.