sentry-unreal
sentry-unreal copied to clipboard
Unreal Engine
[Current integration](https://github.com/getsentry/sentry-unreal/blob/bc7e752bb5e472ede03ce59a4aef98cb8b7e7110/plugin-dev/Source/Sentry/Private/GenericPlatform/CrashReporter/GenericPlatformSentryCrashReporter.h) with Unreal's default Crash Reporter tool allows to enrich captured crash events with additional data like tags, release, environment, user info, etc. However, it lacks breadcrumbs support which...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) Which version of the SDK? How did you install the package? (Git-URL, Assetstore) Which version of...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 0.22 How did you install the package? (Git-URL, Assetstore) github Which version of Unreal? 5.4...
New issue grouping rules for Unreal ignore frames specific to ensure events in UE 4.27. This leads to invalid stacktrace displayed ([example event 1](https://sentry-sdks.sentry.io/issues/6398751833/events/879d50d9be8148de0800bd125e740af0/), [example event 2](https://sentry-sdks.sentry.io/issues/6398976815/events/4f77d640df2a4a45c0e375f4a22694ff/)) at Sentry event...
The Sentry native SDK added a new API to attach view hierarchies: https://github.com/getsentry/sentry-native/pull/1191 This should allow not only non-fatal errors from having the view hierarchy sent to Sentry but also...
When trying to run `init-win.ps1` from a fork of `sentry-unreal`, the GitHub CLI functionality fails because no default remote repository is configured. In order to remedy the functionality, GitHub CLI...
This PR adds Android integration tests for the Sentry Unreal SDK using PowerShell's Pester framework. The tests validate end-to-end functionality by running the `SentryPlayground` sample application on mobile devices and...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 1 How did you install the package? Git-URL Which version of Unreal? 5.6.1 Is this...
Implements #1134. Requires code from https://github.com/getsentry/sentry-native/pull/1443 (and then an SDK update).