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
Hi !
I have a small annoying problem when using the app on iOS. Each action on the didomi notice, I'm getting logs like this :
WARN Sending `on_show_notice` with no listeners registered.
WARN Sending `on_show_notice` with no listeners registered.
WARN Sending `on_consent_changed` with no listeners registered.
WARN Sending `on_notice_click_disagree` with no listeners registered.
WARN Sending `on_hide_notice` with no listeners registered.
I tried to modify the log level with setLogLevel method but without success
Do you have any idea on how to mute these ? Thanks !
The text was updated successfully, but these errors were encountered:
Hello @martinezguillaume , thanks for your feedback. Unfortunately this log is produced by the react-native framework, so changing the Didomi log level will not help.
We will try to fix this in a future release.
Hi !
I have a small annoying problem when using the app on iOS. Each action on the didomi notice, I'm getting logs like this :
I tried to modify the log level with
setLogLevel
method but without successDo you have any idea on how to mute these ? Thanks !
The text was updated successfully, but these errors were encountered: