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
filter variables
When passing the include_variables: true flag to Uinta.Plug, the variables password, passwordConfirmation, idToken, and refreshToken will now be filtered from the logs by default. If you would like to disable this, you can pass the option filter_variables: [] to the plug. You can also pass in a custom list of variables to filter out.