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
We will want to be careful that we are not reporting this TOO frequently such that we overwhelm our Sentry limit. We may want to keep track of if we have reported this issue during the App lifetime and only report it once?
The text was updated successfully, but these errors were encountered:
Update: Dug into this a little further - sounds like in Daniel's case the entire Sentry report isn't being sent. I'm not sure if we can check to see if the Sentry event was properly sent to Sentry or not... ie. I don't think we can simply wrap that call in a try/catch as I believe Sentry batches up reports to send asynchronously.
I can check to see if we have failed to attach files to a user report though, and log a separate crash report for that, but that seems like a different edge case then Daniel is talking about here.
Since doing either of these things is a little larger in scope, I will split this comment out into a separate ticket so that we can move forward with first having Steamclog report on bad file paths: #121
We will want to be careful that we are not reporting this TOO frequently such that we overwhelm our Sentry limit. We may want to keep track of if we have reported this issue during the App lifetime and only report it once?
The text was updated successfully, but these errors were encountered: