Skip to content

Releases: getsentry/sentry-unreal

1.15.0

25 Jun 15:27

Choose a tag to compare

Features

  • Add Unreal Engine 5.8 support (#1440)
  • Add opt-in native app-hang tracking on Windows, Mac and Linux (#1427)

Dependencies

1.14.0

12 Jun 16:24

Choose a tag to compare

Features

  • Add Metrics API support for Mac and iOS via SentryObjC framework integration (#1352)
  • Add experimental session replay capturing on Mac (#1425)
  • Add experimental session replay capturing on Linux (#1428)

Fixes

  • Fix crash when captured log messages contain printf-style format specifiers (#1434)

Dependencies

1.13.0

03 Jun 15:56

Choose a tag to compare

Important

ANR errors capturing for Android and Apple platforms is enabled by default in this release. Applications that do not want to capture them must explicitly opt out by setting EnableAppNotRespondingTracking to False in the project's .ini configuration file.

Features

  • Add experimental session replay capturing for Windows (#1404)
  • Add experimental session replay capturing for Android (#1386)
  • Add configurable cache mode setting for Sentry Crash Reporter (#1408)
  • Add ANR timeout setting for mobile platforms (#1413)
  • Enable ANR error capturing by default on Android and Apple platforms (#1415)

Fixes

  • Fix Sentry Crash Reporter showing an empty window for packaged games on Mac (#1420)

Dependencies

1.12.0

18 May 07:03

Choose a tag to compare

Features

  • Add experimental session replay capturing on Xbox development kits (#1378)
  • Add SDK shutdown timeout as plugin setting for native desktop and console platforms (#1379)
  • Add NVIDIA Aftermath shader debug info (.nvdbg) attachments support for GPU crash events (#1383)

Fixes

  • Fix secondary crashes during memory-related error handling (#1377)
  • Fix Crash Reporter documentation links in plugin settings menu (#1373)
  • Fix sentry.dylib copying during post-build required for FAB publishing (#1382)

Dependencies

1.11.0

05 May 09:35

Choose a tag to compare

Important

Structured logs and metrics are enabled by default in this release. Applications that do not want to capture them must explicitly opt out by setting EnableStructuredLogging / EnableMetrics to False in the project's .ini configuration file.

Features

  • Add WinGDK platform support (#1337)
  • Add consent-aware offline caching (#1341)
  • Add out-of-process screenshot capturing on Windows (#1325)
  • Add experimental native backend support for Mac (#1333)
  • Add a dedicated plugin settings section for Sentry Crash Reporter(#1350)
  • Add Crash Reporter logo customization (#1349)
  • Add setting to enable large attachments upload on native platforms (#1364)
  • Enable metrics by default (#1363)
  • Enable logs by default (#1371)

Fixes

  • Suppress superfluous warnings when detecting for SteamOS (#1326)
  • Fix intermittent crash when capturing screenshots due to invalid viewport (#1331)
  • Fix SN-DBS distributed builds failing to pre-sync platform-specific headers (#1361)

Dependencies

1.10.0

30 Mar 18:13

Choose a tag to compare

Features

  • Add experimental native backend support for Windows and Linux (#1295)
  • Add stacktrace display to Sentry Crash Reporter window (#1312)
  • Add automatic frame time metrics (#1293)
  • Add automatic game stats metrics (#1305)
  • Add automatic GC pause metrics (#1302)
  • Add automatic network performance monitoring metrics (#1321)
  • Add device_type to device context (#1308)

Dependencies

1.9.1

17 Mar 16:35

Choose a tag to compare

Features

  • Add SetRelease and SetEnvironment setters (#1292)
  • Add configurable setting to disable closing of Sentry Crash Reporter window (#1291)

1.9.0

17 Mar 10:22

Choose a tag to compare

Features

  • Add app hang tracking for desktop platforms (#1270)
  • Add global attributes support for Android (#1274)
  • Add CrashType tag to crash events on native platforms (Windows, Linux, Xbox) (#1277)
  • Add Sentry Crash Reporter customization utils (#1286)
  • Add Windows ARM64 platform support (1284)

Fixes

  • Fix debug symbol upload for build products located in the engine directory (#1262)
  • Fix symbol upload configuration warning in plugin settings menu (#1261)
  • Fix screenshot capture error messages during commandlet execution (#1273)
  • Fix potential infinite recursion in callback handlers (#1279)

Dependencies

1.8.0

26 Feb 13:12

Choose a tag to compare

Features

  • Add desktop external crash reporter integration (#1248)
  • Add automatic screenshot attachments to ensure events on Windows and Linux (#1243)

Fixes

  • Fix symbol upload to include only debug files for the current build target (#1228)
  • Fix ESentryUnit enum Python name collision (#1244)
  • Fix GLog re-entrancy deadlock in Native SDK debug logger callback (#1256)

Dependencies

1.7.0

16 Feb 15:58

Choose a tag to compare

Features

  • Add Metrics API support (#1214)
  • Add offline caching support for native platforms (WIndows/Linux/Xbox) (#1231)
  • Add Android tombstone support allowing to attach all threads info to captured crashes (#1137)

Dependencies