sentry-unity
sentry-unity copied to clipboard
Can the dashboard count crash rates and error rates?
Environment
How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) self-hosted
Which version of the SDK? Sentry 23.11.2 v2.0.7
How did you install the package? (Git-URL, Assetstore) Git-URL
Which version of Unity? Unity2021.3.33f1
Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Steps to Reproduce
Can the dashboard count crash rates and error rates?
Expected Result
The crash rate can be counted normally
Actual Result
The statistical crash rate is abnormal
Any logs or screenshots
Hey @WeiLingQiang, could you go into more detail about what you're seeing and how that's different from what you expect?
Uncountable crash rate, The statistical crash rate is abnormal
Thanks. I found the problem, I need to set options.AutoSessionTracking = true; and option.Release = "1.0.0";
Glad this worked out for you!
There is an error:
I throw an exception:
throw new InvalidOperationException("xxx")
It is considered a crashed,
Shouldn't it be an errored ?