getsentry / sentry-unity

Development of Sentry SDK for Unity
https://docs.sentry.io/platforms/unity/
MIT License
207 stars 51 forks source link

Find other cases such as this to add useful breadcrumbs: System events, UI events, Unity engine events, etc. #89

Open bruno-garcia opened 3 years ago

bruno-garcia commented 3 years ago

We've automatically capture Unity scene changes as breadcrumbs in #170 https://docs.unity3d.com/ScriptReference/SceneManagement.SceneManager-activeSceneChanged.html

The goal is to find other such useful information to add crumbs

bruno-garcia commented 3 years ago

Relates to #170