sentry-unreal
sentry-unreal copied to clipboard
Unreal Engine
We made our own delegate to report the Android platform's assertions,But the top couple of Stacktraces we don't want to report,or that's what happens:we want the "UEngine:PerformError" to be top...
This PR adds a custom `FOutputDeviceError` implementation which should allow to hook into Unreal's error handling flow and override assert reporting logic. By default, an exception is raised whenever assert...
When an assert fires FGenericPlatformMisc::RaiseException is tracked instead than the actual error
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 0.16.0 How did you install the package? (Git-URL, Assetstore) Git Download Which version of Unreal?...
### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Link _No response_ ### DSN _No response_ ### Steps to Reproduce 1.Create a new alert with filter: The event's "unreal.crashtype" value...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? [0.17.1](https://github.com/getsentry/sentry-unreal/releases/tag/0.17.1) How did you install the package? (Git-URL, Assetstore) Git Which version of Unreal? 5.3.2...
This PR addresses an [issue](https://github.com/getsentry/sentry-unreal/issues/514#issuecomment-2077663102) which was discovered during the discussion around #514 Since log messages, asserts, ensures, etc. can come from different threads adding breadcrumbs automatically on such events...
### Environment How do you use Sentry? Sentry SaaS Which version of the SDK? 0.15.1 How did you install the package? (Git-URL, Assetstore) git Which version of Unreal? 5.3 Is...
### Environment How do you use Sentry? SaaS Which version of the SDK? 0.16.0 How did you install the package? https://github.com/getsentry/sentry-unreal/releases/download/0.16.0/sentry-unreal-0.16.0-engine5.3-github.zip Which version of Unreal? 5.3.2 Is this happening in...
So devs working in Unreal can also take adavantage of Sentry's new Metrics product, the sentry-native SDK will need to finally support Metrics as well. This is the final piece...
It would be great if (if possible!) Sentry could provide additional `ISentrySubsystem`s for consoles (e.g. XBox, Playstation, and Switch). This would be a bit more annoying for you because the...