Skip to content

Releases: getsentry/sentry-unreal

1.0.0-alpha.2

03 Mar 17:40

Choose a tag to compare

1.0.0-alpha.2 Pre-release
Pre-release

Dependencies

Internal

  • Update includes and returns in HAL to correctly support platform extensions (#806)

1.0.0-alpha.1

28 Feb 16:55

Choose a tag to compare

1.0.0-alpha.1 Pre-release
Pre-release

Breaking Changes

  • Sentry entities created with NewObject<T> now require an explicit call to the Initialize method before use (#745)
  • In Blueprints, Sentry entities must be created using the corresponding library functions (#796)
  • The utility functions StringToBytesArray, ByteArrayToString, and SaveStringToFile have been removed (#796)
  • The plugin setting EnableBuildPlatforms now uses a string array instead of a struct (#779)

Features

  • Build the plugin through the Unreal Engine build system (#706)
  • Remove custom transport implementation for Linux (#748)
  • Add getter for the event's Id (#768)
  • Determine user's IP address automatically on Win/Linux only if PII attachment enabled in settings (#769)
  • Rearrange upload script to check earlier for automatic upload (#794)

Fixes

  • Fix incorrect game log attachment on Android (#743)
  • Fix assertion during screenshot capturing in a thread that can't use Slate (#756)
  • Due to improvements to the server-side grouping logic, the SDK no longer relies on client side manipulation of the callstack for assertions and ensures. (#744)
  • Fix invalid native method name for Android User class (#800)
  • Fix stack overflow when calling beforeSend during object post-loading on mobile (#782)
  • Fix invalid syntax in symbol upload batch script (#801)

Dependencies

Internal

  • Refactor code to better align with Unreal's structure (#745)
  • Initial cleanup for plugin extensions (#779)

0.22.0

30 Dec 13:17

Choose a tag to compare

Features

  • Add API allowing to start/finish transactions and spans with explicit timings (#715)
  • Add GPU crash dump attachments (#712)

Fixes

  • Fix macOS/iOS build errors due to missing NS_SWIFT_SENDABLE macro definition (#721)

Dependencies

0.21.1

06 Dec 04:59

Choose a tag to compare

Fixes

  • Fix compatibility issues with UE 5.5 (#684)
  • Fix crash on Android when starting/ending session manually (#696)
  • Fix incorrect mime-type for file attachments (#701)

Dependencies

0.21.0

19 Nov 14:21

Choose a tag to compare

Features

  • Assertions now print their callstack a log file (#637)
  • Add LinuxArm64 support for UE plugin (#672)
  • Add UE 4.27, 5.0 and 5.1 to CI pipeline (#675)

Fixes

  • Fix issue with MaxBreadcrumbs setting is not respected on desktop (#688)

Dependencies

0.20.1

22 Oct 13:48

Choose a tag to compare

Fixes

  • Fix Sentry initialization on Amazon Linux (#657)
  • Fix build errors in UE 4.27 (#660)

Dependencies

0.20.0

11 Oct 18:39
311b005

Choose a tag to compare

0.20.0

Features

  • Added an option that allows users to switch between the project and user directory for the internal Sentry database location on Windows/Linux (#616)
  • User messages now support non-ASCII characters (#624)
  • The SDK now brings Android Gradle Plugin v4.11.0 (upgraded from v2.1.5) (#633)
  • Added a new API to allow users to continue a trace. This allows users to trace their distributed system and connect in-game with backend errors (#631)
  • The SDK now allow overriding UploadSymbolsAutomatically via environment variable SENTRY_UPLOAD_SYMBOLS_AUTOMATICALLY (#636)

Fixes

  • Fix intermittent errors during plugin initialization on macOS/iOS (#618)

Dependencies

0.19.1

02 Aug 11:11

Choose a tag to compare

Fixes

  • Missing includes errors should no longer pass over CI checks (#606)

Dependencies

0.19.0

30 Jul 09:55

Choose a tag to compare

Breaking Changes

  • Rename public OnError delegate field in FSentryOutputDeviceError class to OnAssert

Features

  • On Windows/Linux the SDK can now automatically attach a screenshot to crash events(#582)
  • Add API allowing to check if captured event is ANR error (#581)

Fixes

  • The SDK no longer intercepts assertions when using crash-reporter (#586)
  • Fix calling beforeSend handler during post-loading (#589)
  • Fix crash when re-initializing Sentry (#594)

Dependencies

0.18.0

17 Jun 17:20

Choose a tag to compare

Features

  • Sentry-CLI now shares the diagnostic level set in the UE Editor settings (#555)
  • Fix threading issues capturing log messages as breadcrumbs (#559)

Fixes

  • The SDK now correctly captures and groups Assertions (#537)
  • Add path strings escaping for debug symbol upload script (#561)
  • Fix crashes not being reported during garbage collection (#566)
  • The SDK now uploads debug symbols properly with the Android File Server plugin enabled in UE 5.0 and newer (#568)

Dependencies