Skip to content

Releases: getsentry/sentry-unity

0.10.0

14 Feb 21:15
Compare
Choose a tag to compare

Features

  • Updated native samples to only display buttons for the currently active platform (#551)
  • Unity logged exceptions are marked as unhandled by default (#542)

Fixes

  • Sentry.Unity.Editor.iOS.dll no longer breaks builds on Windows when the iOS module has not been installed (#559)
  • Importing the link.xml when opening the config window no longer causes an infinite loop (#539)
  • Bump Sentry .NET SDK 3.14.0 (#561)

0.9.4

24 Jan 17:40
Compare
Choose a tag to compare

Fixes

  • Android Native Support no longer crashes when built with Mono while trying to capture a crash (#524)
  • Bump Sentry CLI 1.72.0 (#526)
  • Bump Sentry .NET SDK 3.13.0 (#503)

0.9.3

11 Jan 20:03
Compare
Choose a tag to compare

Fixes

  • Automated Android symbols upload now uses valid paths on Windows (#509)

0.9.2

10 Jan 18:10
Compare
Choose a tag to compare

Features

  • Tag whether event was created in the UI thread (#495)

Fixes

  • Fix missing Sentry/Sentry.h (#504)

0.9.1

20 Dec 16:27
Compare
Choose a tag to compare

Fixes

  • Suppress errors when adding attachments (#485)

0.9.0

20 Dec 13:43
Compare
Choose a tag to compare

Features

  • Sample scene with custom context and screenshot (#472)

Fixes

  • Initializing the SDK with an options object won't bypass default option values (#469)
  • Fixed overwriting Xcode build properties (#466)
  • Xcode exports no longer break with sentry-cli already added (#457)
  • Explicitly set false (#470). So that Sentry.dll is not strong named when consumed inside Unity.
  • Bump Sentry .NET SDK 3.12.3 (#484)
  • Bump Sentry Cocoa SDK 7.7.0 (#481)
  • Bump Sentry Android SDK 5.5.0 (#474)

0.8.0

07 Dec 19:08
Compare
Choose a tag to compare

Features

  • ScriptableSentryUnityOptions is now public (#419)
  • Automated symbols upload for iOS builds when bitcode is enabled (#444)
  • Automated symbols upload for iOS builds when bitcode is disabled (#443)

Fixes

  • Android: Automated symbol upload no longer breaks non IL2CPP builds (#450)
  • Config window now saves changes to sentry-cli options (#454)
  • Sentry no longer requires Xcode projects to be exported on macOS (#442)

0.7.0

26 Nov 15:04
Compare
Choose a tag to compare

Features

  • Added automated symbols upload support for Android (#408)
  • Avoid DLL conflict with other Unity packages (#425)

0.6.2

15 Nov 18:35
Compare
Choose a tag to compare
  • fix release packaging (#417)

0.6.1

12 Nov 17:15
Compare
Choose a tag to compare

Fixes

  • Added missing release string validation (#389)
  • Sentry internal logs no longer show up as breadcrumbs (#377)
  • Fixed missing context data when initializing SDK programmatically (#376)
  • Fixed CaptureInEditor flag when initializing SDK programmatically (#370)
  • Preventing numeric options to be set negative in the editor window (#364)
  • Bump Sentry .NET SDK 3.11.1 (#407)
  • Bump Sentry Cocoa SDK 7.5.2 (#407)
  • Bump Sentry Android SDK 5.4.0 (#411)