-
Notifications
You must be signed in to change notification settings - Fork 202
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
typedefs do not include requestLogger, responseLogger #434
Labels
Comments
Hi @xenoterracide, thanks for bringing this to our attention. typing update PRs are always welcome :) |
Is this still relevant? I was also wondering about this, I'm looking to add a global responseLogger in v10 but the type is missing from |
danemauland
added a commit
to danemauland/contentful.js
that referenced
this issue
Sep 25, 2023
add requestLogger and responseLogger options to CreateClientParams to match options listed in documentation and contentful-sdk-core Closes contentful#434
marcolink
pushed a commit
to danemauland/contentful.js
that referenced
this issue
Oct 11, 2023
add requestLogger and responseLogger options to CreateClientParams to match options listed in documentation and contentful-sdk-core Closes contentful#434
marcolink
pushed a commit
that referenced
this issue
Oct 11, 2023
add requestLogger and responseLogger options to CreateClientParams to match options listed in documentation and contentful-sdk-core Closes #434
🎉 This issue has been resolved in version 10.6.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the docs say there should be a
requestLogger
andresponseLogger
however , the interface does not include them.as a side note, I see no documentation for what
logHandler
...data
might contain... it is also a best practice to useunknown
now if you don't know the type.The text was updated successfully, but these errors were encountered: