-
Notifications
You must be signed in to change notification settings - Fork 0
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
Consider setting .develop log level to default to reporting to Sentry #44
Comments
Given Sentry limits it seems risky to default debug builds to send Sentry reports. Even after our TechWG discussion we did not change the LogLevel presets to allow for this. Right now there is no way for us to manually change only the remote logging level, but we could look at adding the ability to enable it. Some ways we could support this:
|
I think we can leave this as an advanced feature for 2.1. |
Personally I see no reason why we cannot go ahead with adding the Custom preset option in 2.1. This seems like it would be useful in development environments when we need complete control over how we are logging. |
Automatically generated from steamclock/steamclog-swift#82
I'm not sure why we decided against this originally, but since we're able to determine which build a report comes from in Sentry this seems like it makes sense to me?
The text was updated successfully, but these errors were encountered: