Skip to content

Releases: getsentry/sentry-unity

0.27.0

05 Dec 17:02
Compare
Choose a tag to compare

Features

  • Added missing SDK closing functionality (#1092)

Fixes

  • Fixed logging for automated debug symbol upload for iOS (#1091)

Dependencies

0.26.0

14 Nov 13:18
Compare
Choose a tag to compare

Features

  • Added Unity version to event context (#1072)
  • Add build-time ScriptableOptionsConfiguration scripting interface to support changing settings for native integrations and CLI (#1046)

Fixes

  • Auto Instrumentation now correctly resolves prebuilt assemblies (#1066)
  • Newly created ScriptableOptionsConfiguration script not being set in editor window UI (#1046)

Dependencies

0.25.1

07 Nov 09:54
Compare
Choose a tag to compare

Fixes

  • Resolved conflicting dependencies for Mono.Cecil (#1064)

Dependencies

0.25.0

31 Oct 20:57
Compare
Choose a tag to compare

Fixes

  • Removing Sentry.framework from being copied as ResourceBundle (#1056)

Features

  • Automated Performance Instrumentation for MonoBehaviour.Awake methods (#998)

Dependencies

0.24.0

25 Oct 08:45
Compare
Choose a tag to compare

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

19 Sep 13:39
Compare
Choose a tag to compare

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

0.23.0

12 Sep 13:16
Compare
Choose a tag to compare

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

0.22.2

22 Aug 01:13
Compare
Choose a tag to compare

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

0.22.1

10 Aug 15:04
Compare
Choose a tag to compare

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

0.22.0

27 Jul 21:54
Compare
Choose a tag to compare

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