Skip to content

Releases: getsentry/sentry-unreal

0.17.1

06 May 11:14
Compare
Choose a tag to compare

Fixes

  • Fix misssing include in non-unity builds (#554)

Dependencies

0.17.0

02 May 09:03
Compare
Choose a tag to compare

Features

  • Add user feedback capturing support for desktop (#521)
  • Add breadcrumbs automatically when printing to logs (#522)
  • Add proper log verbosity type for internal sentry-native messages (#536)
  • Add ability to check if sentry should be initialised to prevent unnecessary warnings (#544)

Fixes

  • The SDK no longer prints symbol uploading related warnings when disabled (#528)
  • Fixed an issue when parsing the config file during symbol upload (#541)

Dependencies

0.16.0

06 Mar 18:39
Compare
Choose a tag to compare

Features

  • Add performance monitoring API (#470)
  • Add traces sampler function config for Android/Apple (#488)
  • Add IsCrashedLastRun allowing to check whether the app crashed during its last run (#483)
  • Improved crash capture backend handling based on package version (GitHub or Marketplace) (#479)

Fixes

  • Fix Linux intermediates paths in FilterPlugin.ini (#468)
  • Fix casing for include of HAL/PlatformFileManager for Linux compilation (#468)
  • The message in events in the SentryBeforeSendHandler are no longer missing their message (#510)

Dependencies

0.15.1

11 Dec 10:10
Compare
Choose a tag to compare

Fixes

  • Fix Android build errors regarding IScope in SentryBridgeJava (#464)

0.15.0

07 Dec 13:41
Compare
Choose a tag to compare

Breaking Changes

  • Change USentrySubsystem base class to UEngineSubsystem in order to capture editor crashes (#436)
    If you make use of plugin's blueprint API, you will need to recreate Get Sentry Subsystem nodes
    If you make use of plugin's C++ API, you will need to update your implementation by accessing USentrySubsystem via GEngine pointer

Fixes

  • Fix issue with invalidating breadcrumbs during event capturing on Win/Linux (#445)
  • Fix build errors when cross-compiling for Linux on Windows with UE Marketplace plugin version (#453)
  • Fix build errors on Mac when using UE Marketplace plugin version (#451)

Dependencies

0.14.0

07 Nov 20:24
Compare
Choose a tag to compare

Features

  • Switch to using static libs on Windows (#433)

Dependencies

0.13.0

27 Oct 13:48
Compare
Choose a tag to compare

Features

  • Switch to using static libs on Linux (#424)

Fixes

  • Fix invalid breadcrumbs level for Win/Linux (#426)
  • Fix build errors in UE4 (#428)
  • Fix iOS build errors (#429)

0.12.1

24 Oct 08:10
Compare
Choose a tag to compare

Fixes

  • Fix missing plugin binaries in the UE Marketplace package (#423)

Dependencies

0.12.0

18 Oct 20:08
Compare
Choose a tag to compare

Fixes

  • Fix issue with overwriting __sentry attribute in crash context object (#401)
  • Fix event level being always overwritten by the current scope's level on Win/Linux (#412)
  • Fix stack corruption during crash capturing within on_crash hook handler on Linux (#410)
  • Move crash properties set as Extra to a separate Sentry context (#413)

Dependencies

0.11.0

06 Oct 09:19
Compare
Choose a tag to compare

Fixes

  • Fix issue with missing Sentry.framework in iOS app bundle UE 5.3 (#390)
  • Fix dependencies loading for desktop (#393)
  • Fix array/map Json string check to avoid unnecessary error messages in logs (#394)
  • Fix conditional debug symbols uploading (#399)
  • Fix compilation errors in UE 4.27 (#398)

Dependencies