Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make userReport work with any log level #110

Open
nbrooke opened this issue Jun 14, 2023 · 0 comments
Open

Make userReport work with any log level #110

nbrooke opened this issue Jun 14, 2023 · 0 comments

Comments

@nbrooke
Copy link
Member

nbrooke commented Jun 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant