Skip to content

Releases: getsentry/sentry-unreal

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

0.10.0

21 Sep 09:05
Compare
Choose a tag to compare

Features

  • Add symbol upload scripts downloading tool (#385)
  • Add support of two plugin versions for GitHub/Marketplace(#387)

Fixes

  • Fix errors caused by Cpp20 adoption in UE 5.3 (#377)

Dependencies

0.9.0

04 Sep 13:14
Compare
Choose a tag to compare

Features

  • Add HTTP proxy for desktop (#322)
  • Add scope support for Windows/Linux (#328)
  • Add extra crash context for native integration (#342)
  • Add missing plugin settings (#335)
  • Update event context categories for desktop (#356)
  • Add sentry-cli downloading tool (#362)
  • Add breakpad support for Windows (#363)
  • Add Options for enabling platforms & Promoted Builds via the GUI (#360)

Fixes

  • Fix Linux Compile/Staging Error (#327)
  • Fix UE 5.3 compatibility issues (#348)
  • Fix plugin settings names (#350)
  • Fix plugin build errors when sentry-native is disabled on Win/Linux (#359)

Dependencies

0.8.0

10 Jul 12:04
Compare
Choose a tag to compare

Features

  • Add API allowing to set custom handler for beforeSend hook (#318)

Fixes

  • Fix automatic game log attachment (Android) (#309)

Dependencies

0.7.0

19 Jun 08:42
Compare
Choose a tag to compare

Features

  • Add stack trace attachment for regular events (#301)
  • Add custom transport for Linux (#297)

Fixes

  • Unify release name for all supported platforms (#294)
  • Update plugin initialization logic (#299)

Dependencies

0.6.0

26 May 15:46
Compare
Choose a tag to compare

Features

  • Add plugin settings allowing to disable event capturing for certain build configurations/targets (#273)
  • Add release health monitoring feature (#270)
  • Add UE 5.2 support for CI (#280)

Fixes

  • Fix Android release name inititalization (#274)
  • Update dependencies loading mechanism (#287)
  • Fix issue with script execution policy for debug symbols uploading on Windows (#290)

Dependencies

0.5.0

02 May 12:28
Compare
Choose a tag to compare

Features

  • Add script for building plugin dependencies locally (#252)

Fixes

  • Fix snapshot update script (#253)
  • Fix debug symbol uploading scripts (#261)

Dependencies

0.4.0

31 Mar 14:43
Compare
Choose a tag to compare

Features

  • Added the option to automatically attach the game log to captured events (#225)

Dependencies