-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat: Refactor usage of XHR for Config API #898
feat: Refactor usage of XHR for Config API #898
Conversation
87cc92a
to
aaf62fe
Compare
Co-authored-by: Robert Ing <rmi22186@gmail.com>
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.
very minor nits
mpInstance?.Logger?.verbose( | ||
'Issue with receiving configuration from server, received HTTP Code of ' + | ||
response.statusText | ||
); |
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.
i don't think this is ever reached? I think this can be removed.
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.
If the response.status is anything other than 200, this will be reached.
Co-authored-by: Robert Ing <rmi22186@gmail.com>
Quality Gate failedFailed conditions |
# [2.28.0](v2.27.0...v2.28.0) (2024-08-26) ### Features * Refactor usage of XHR for Config API ([#898](#898)) ([0b6fae6](0b6fae6))
🎉 This PR is included in version 2.28.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Instructions
development
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)