Skip to content

Releases: getsentry/sentry-unity

0.0.6

Choose a tag to compare

@bruno-garcia bruno-garcia released this 01 Apr 17:03

First release through UPM

  • .NET SDK setup for Unity with Unity editor configuration.

sentry.unity.lite-0.0.5

Pre-release

Choose a tag to compare

@bruno-garcia bruno-garcia released this 23 Dec 00:05

New releases are on a new repository.

There's already a 1.0.0:
https://github.com/getsentry/sentry-unity-lite/releases/

fix: GPU vendor_id is of type string
fix: Only print when Debug=true (#29)
fix: Handle LogType other than Exception (#28)

sentry.unity.lite-0.0.4

Pre-release

Choose a tag to compare

@bruno-garcia bruno-garcia released this 15 Jan 16:58

Fixes:

  • Default level error, CaptureMessage level is info #6
  • Init code won't throw on startup. Correct Init/Destroy: 35496a2
  • Fixed race condition on Time API #12

Feature:

  • CaptureEvent #14

Thanks @dylandevs and @demacianult for the help!

sentry.unity.lite-0.0.3

Pre-release

Choose a tag to compare

@bruno-garcia bruno-garcia released this 07 Nov 08:24

Fixed #5 - Fails to retrieve Android arch

sentry.unity.lite - 0.0.2

Pre-release

Choose a tag to compare

@bruno-garcia bruno-garcia released this 24 Oct 11:40

This a lightweight SDK for Sentry with only C# scripts and no native plugins.

Add your DSN (you can get one at sentry.io) to the SDK and click the buttons on the demo scene.
On your Sentry dashboard, you'll see events like this one:

image

The package includes a demo scene.

This package has been tested with the following Unity version:

  • 5.6.6,
  • 2017.4
  • 2018.3