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

Unreal Engine

Results 86 sentry-unreal issues
Sort by recently updated
recently updated
newest added

This PR adds the ability to attach files and binary data to feedback submissions allowing users to include screenshots, logs or other contextual information alongside their messages. Depends on: -...

This PR fixes build errors on Mac/iOS caused by breaking changes introduced in Sentry Cocoa SDK 9.0.0: - Renamed `SentryStructuredLogLevel` enum to `SentryLogLevel` - Removed `inAppExclude` option from the Cocoa...

This PR adds a new plugin setting allowing to specify whether to attach info about all threads to captured events. This option is specific to Android as for other platforms...

Related to issue of the same name in Sentry Native: https://github.com/getsentry/sentry-native/issues/1441

Improvement

When building on macOS, Sentry’s screenshot capturing functionality emits warnings due to the use of deprecated APIs: ```bash MacSentrySubsystem.cpp(65,29): Warning : 'CGWindowListCreateImage' is deprecated: first deprecated in macOS 14.0 -...

Requires Epic to accept https://github.com/EpicGames/UnrealEngine/pull/13686 first as one required method is not exported from `Core`. Unreal has a little-known macro `UE_ADD_CRASH_CONTEXT_SCOPE` which allows running code to add additional information to...

We have software which can be booted in "offline mode". The expectation is that, even if there is an internet connection, we do not communicate with the internet. When sentry...

By default, crashes that are captured with `sentry-native` have all stack frames marked as non-in app (relevant for Windows, Linux, Android and consoles) [UE-specific default rules](https://github.com/getsentry/sentry/blob/22800a208158c87286318e6aa5182acb728ab184/src/sentry/grouping/enhancer/enhancement-configs/newstyle%402023-01-11.txt#L15) that were introduced earlier...

Improvement

Since Sentry is initialized as an engine subsystem, there is a (small) period of time when the engine is initializing that it isn't covered by Sentry. Adding early initialization hook...

Feature

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Default installation on unreal engine in documents ### Expected Result See log detail in sentry panel ### Actual Result just trace record...