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
Sentry RN has quite verbose logs, we should only consider this together with changing the default log level from debug to error or something similar not as verbose as debug.
We also need to consider the way Sentry JS uses log levels, as a significant amount of logs is coming from it.
The flag should be propagated to the native SDKs.
The text was updated successfully, but these errors were encountered:
options.debug = true
if we can reliably detect that the app runs in a debug build team-mobile#201Sentry RN has quite verbose logs, we should only consider this together with changing the default log level from
debug
toerror
or something similar not as verbose asdebug
.We also need to consider the way Sentry JS uses log levels, as a significant amount of logs is coming from it.
The flag should be propagated to the native SDKs.
The text was updated successfully, but these errors were encountered: