-
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
Sentry is submitting issues on debug builds #72
Comments
I tried this out on the (debug) sample application and I cannot get reports to send to Sentry with the above configuration. Reports are only sent once I manually change the We shouldn't need this chunk of code though:
Steamclog should be setting this automatically for us during the |
@ssawchenko Just tested this with and without that code. It looks like it's not submitting non-fatals, but will still submit a crash report if the app crashes. That's likely less to do with Steamclog and more to do with Sentry, but it would be nice if clog could configure Sentry to handle that as well. |
Oh I see. Good point. I know there's a way to initialize Sentry programatically, perhaps there's a straightforward way to enable/disable it that way. Thank you for looking back into this for me :) |
Using the following config, it seems like Sentry is still sending bug reports:
The text was updated successfully, but these errors were encountered: