Releases: getsentry/sentry-unity
Releases · getsentry/sentry-unity
0.25.1
Fixes
- Resolved conflicting dependencies for Mono.Cecil (#1064)
Dependencies
- Bump .NET SDK from v3.23.0 to v3.23.1 (#1062)
- Bump CLI from v2.8.0 to v2.8.1 (#1061)
- Bump Cocoa SDK from v7.29.0 to v7.30.0 (#1067)
0.25.0
Fixes
- Removing Sentry.framework from being copied as ResourceBundle (#1056)
Features
- Automated Performance Instrumentation for MonoBehaviour.Awake methods (#998)
Dependencies
- Bump Java SDK from v6.5.0 to v6.6.0 (#1042)
- Bump .NET SDK from v3.22.0 to v3.23.0 (#1054)
0.24.0
Fixes
- Disabled Android lifecycle breadcrumbs (#1038)
- Additional IL2CPP arguments get added only once (#997)
- Releasing temp render texture after capturing a screenshot (#983)
- Automatic screenshot mirroring on select devices. (#1019)
- Hide
StackTraceMode
from options to avoid accidental errors when used with IL2CPP (#1033)
Features
- Added flags per LogType for automatically adding breadcrumbs (#1030)
- The Cocoa SDK is now bundled as
.xcframework
(#1002)
- Automated Performance Instrumentation for Runtime Initialization (#991)
- Automated Performance Instrumentation for Scene Loading (#768)
Dependencies
0.23.1
Fixes
- Don't access Unity
AnalyticsSessionInfo.userId
on unknown platforms (#971)
- Keep previously set IL2CPP compiler arguments (i.e append instead of overwriting) (#972)
Dependencies
- Bump Cocoa SDK from v7.24.1 to v7.25.0 (#967)
0.23.0
Fixes
- Fixed a crash during startup due in connection to the Google Ads Unity package (#953)
- The SDK failing to reinstall the backend will no longer lead to events being sent to Sentry (#962)
Features
- IL2CPP line number support is enabled by default (#963)
Dependencies
- Bump Java SDK from v6.4.0 to v6.4.1 (#954)
- Bump Cocoa SDK from v7.23.0 to v7.24.1 (#957, #961)
- Bump .NET SDK from v3.20.1-33-g76b13448 to v3.21.0 (#958)
0.22.2
Fixes
- Fixed an 'Undefined symbols' issue within the Sentry Native Bridge when building for iOS (#932)
- ANR detection no longer creates an error by trying to capture a screenshot from a background thread (#937)
- Screenshots quality no longer scales off of current resolution but tries match thresholds instead (#939)
Features
- Bump CLI from v2.5.0 to v2.5.2 (#938)
- Bump Java SDK from v6.3.1 to v6.4.0 (#943)
0.22.1
Fixes
- iOS samples were missing the Objective-C plugin (#921)
- Save SampleRate to Options.asset (#916)
- Increase CLI file upload limit to 10 MiB (#922)
Features
- Bump Cocoa SDK to v7.23.0 (#918)
- Bump Java SDK to v6.3.1 (#926)
- Bump Native SDK to v0.5.0 (#924)
0.22.0
Fixes
- Correctly byte-swap ELF build-ids (#872)
- Wizard autoselects with only one option available (#891)
- Reenabled IL2CPP line number support for mobile (#902)
Features
- Added parameters to the options to control screenshot quality (#912)
- Added highlights and info messages to editor configuration window (#910)
- Added programmatic access to enable the experimental IL2CPP line numbers support (#905)
- Bump Java SDK to v6.3.0 (#887, #894)
- Bump CLI to v2.5.0 (#889, #898)
- Bump Cocoa SDK to v7.22.0 (#892, #909)
- Bump .NET SDK to v3.20.1 (#907, #911)
0.21.0
Fixes
- Fix ProGuard setup if build.gradle uses CRLF (Windows) line breaks (#885)
Features
- Attach screenshots to native errors on iOS (#878)
- Bump CLI to v2.3.1 (#875)
- Bump Cocoa SDK to v7.20.0 (#877)
0.20.1
Fixes
- Explicitly disable Windows x86 native-error tracking and IL2CPP processing integration (#871)