You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RIght now the library code uses console.error and console.log for logging, but given that other methods in provider.ts have a logger passed to them, it suggests that they should be using that instead.
RIght now the library code uses
console.error
andconsole.log
for logging, but given that other methods inprovider.ts
have alogger
passed to them, it suggests that they should be using that instead.Looking at how other contributed providers handle this at https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers might be a good place to start
The text was updated successfully, but these errors were encountered: