Releases: getsentry/sentry-unreal
Releases · getsentry/sentry-unreal
1.15.0
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
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
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
- Bump Native SDK from v0.14.1 to v0.14.2 (#1387)
- Bump Android Gradle Plugin from v6.6.0 to v6.9.0 (#1388, #1392, #1400, #1409)
- Bump Crash Reporter from v0.2.0 to v0.3.2 (#1391, #1405, #1416)
- Bump Java SDK from v8.41.0 to v8.43.0 (#1394, #1406)
- Bump Cocoa SDK from v9.13.0 to v9.15.0 (#1398, #1407)
- Bump CLI from v3.4.2 to v3.4.3 (#1399)
1.12.0
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.dylibcopying during post-build required for FAB publishing (#1382)
Dependencies
1.11.0
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
- Bump CLI from v3.3.4 to v3.4.1 (#1323, #1351, #1362)
- Bump Cocoa SDK from v9.8.0 to v9.12.0 (#1332, #1335, #1353, #1366)
- Bump Native SDK from v0.13.5-2-g814b822 to v0.14.0 (#1334, #1339, #1345, #1358, #1367, #1370)
- Bump Java SDK from v8.37.1 to v8.40.0 (#1336, #1346, #1347, #1354)
- Bump Android Gradle Plugin from v6.3.0 to v6.6.0 (#1338, #1355, #1369)
- Bump Crash Reporter from v0.1.0 to v0.2.0 (#1344, #1359)
1.10.0
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_typeto device context (#1308)
Dependencies
1.9.1
1.9.0
Features
- Add app hang tracking for desktop platforms (#1270)
- Add global attributes support for Android (#1274)
- Add
CrashTypetag 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
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
ESentryUnitenum Python name collision (#1244) - Fix
GLogre-entrancy deadlock in Native SDK debug logger callback (#1256)