Closed dannyv-cloudinary closed 1 year ago
Allows users to add hide_sensitive to their cloudinary.config() in order to ensure API key & secret, and Authorization header info is removed from error responses
hide_sensitive
cloudinary.config()
There are two console.logs in your config.spec.js
Brief Summary of Changes
Allows users to add
hide_sensitive
to theircloudinary.config()
in order to ensure API key & secret, and Authorization header info is removed from error responsesWhat Does This PR Address?
Are Tests Included?