-
Notifications
You must be signed in to change notification settings - Fork 850
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
Redact API key in RequestOptions
debug info
#768
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.
One nitpick but LGTM. Not sure how to confirm this works with var_dump too though
a46b670
to
a6330f8
Compare
a6330f8
to
3ad8f5e
Compare
You can't capture the output of |
ptal @remi-stripe |
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 change and all the tests!
RequestOptions
debug info
Released as 7.5.0. |
r? @remi-stripe
cc @stripe/api-libraries
Redacts the API key in
RequestOpts
debug info (when usingvar_dump
orprint_r
).