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
Because userReport shares a bunch of behaviour with error, including reusing the error log level internally, it won't be uploaded in cased where errors aren't uploaded. This includes .debugVerbose, which is the most common log level to use in debug builds. This means that when developing / testing code involving userReport it won't do anything, and you need to locally hack the log level to make it work.
userReport should be sent to Sentry in ALL log level configs, since the only purpose of it IS to send stuff to Sentry.
The text was updated successfully, but these errors were encountered:
Because
userReport
shares a bunch of behaviour witherror
, including reusing theerror
log level internally, it won't be uploaded in cased where errors aren't uploaded. This includes.debugVerbose
, which is the most common log level to use in debug builds. This means that when developing / testing code involvinguserReport
it won't do anything, and you need to locally hack the log level to make it work.userReport
should be sent to Sentry in ALL log level configs, since the only purpose of it IS to send stuff to Sentry.The text was updated successfully, but these errors were encountered: