#Sentry Messages grouping?

3 messages · Page 1 of 1 (latest)

cobalt frigate
#

Hey there!

I am testing out sentry for a project, and I want to send little messages when certain scenarios occur.
I am simply using the SentrySDK.CaptureMessage("") function.

I would imagine that identical messages would be grouped together as the same event/issue?

Unity3D integration, pretty much out of the box with minimal changes.

jovial needle
#

If you click into those messages and scroll all the way down in the issue detail page, you see "Event Grouping Information", there you can check how the issues were grouped. maybe this helps figuring out what is going on.

cobalt frigate
#

Ah, that's very helpful!

I'm getting one from stack trace and one from message! So it seems atleast it won't create a new message every time!