sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Can the dashboard count crash rates and error rates?

Open WeiLingQiang opened this issue 1 year ago • 3 comments
trafficstars

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? 企业微信截图_17195648045652

Expected Result

The crash rate can be counted normally

Actual Result

The statistical crash rate is abnormal

Any logs or screenshots

WeiLingQiang avatar Jun 28 '24 09:06 WeiLingQiang

Hey @WeiLingQiang, could you go into more detail about what you're seeing and how that's different from what you expect?

bitsandfoxes avatar Jun 28 '24 10:06 bitsandfoxes

image

Uncountable crash rate, The statistical crash rate is abnormal

WeiLingQiang avatar Jun 28 '24 11:06 WeiLingQiang

企业微信截图_17198178108597

Thanks. I found the problem, I need to set options.AutoSessionTracking = true; and option.Release = "1.0.0";

WeiLingQiang avatar Jul 04 '24 03:07 WeiLingQiang

Glad this worked out for you!

bitsandfoxes avatar Jul 04 '24 16:07 bitsandfoxes

image There is an error: I throw an exception: throw new InvalidOperationException("xxx") It is considered a crashed, Shouldn't it be an errored ?

WeiLingQiang avatar Jul 10 '24 09:07 WeiLingQiang