Skip to content

Releases: getsentry/sentry-xamarin

1.0.1

01 Feb 23:41
37a0b7a
Compare
Choose a tag to compare

A minor update to avoid breaking changes with the latest version of Sentry .NET SDK

  • Update Sentry .NET SDK. (#45)

1.0.0

29 Jan 01:32
Compare
Choose a tag to compare

This is the first GA release containing the following features:

General improvements

  • Automatic Navigation breadcrumbs. (Forms)
  • Automatic Xamarin Forms warnings as breadcrumbs.
  • Unhandled Exception for Android/iOS/UWP
  • Release version for Android/iOS/UWP.
  • Additional InAppExclude list for Xamarin.
  • iOS Exceptions including native and managed StackTrace.

Device information

  • Manufacturer.
  • Model.
  • Connectivity status.
  • Operational system name and version.
  • Screen information (Pixel density and resolution).
  • Free Internal memory (Android/iOS).
  • Total RAM (Android/iOS).
  • CPU model (Android).
  • Simulator flag.

For more information on how to use the SDK, check the documentation here.

1.0.0 Alpha 4

10 Jan 01:56
eab4e9d
Compare
Choose a tag to compare
1.0.0 Alpha 4 Pre-release
Pre-release

If you plan to use Xamarin only you'll need the Sentry.Xamarin package. Additionally, you'll also need the Sentry.Xamarin.Forms if you are using Xamarin Forms.

Furthermore, for activating the Sentry.Xamarin.Forms you'll need to add the Xamarin Forms Integration inside of SentryXamarinOptions.

        SentryXamarin.Init(options =>
        {
            options.Dsn = "__YOUR__DSN__";
            options.AddXamarinFormsIntegration();
        });

Third preview of Sentry.Xamarin.Forms

29 Dec 23:17
699358a
Compare
Choose a tag to compare
  • fixed os.name format.
  • Sentry.NET SDK requirement increased.
  • Add InAppExclude list for Xamarin.
  • Initializer refactored.

Second preview of Sentry.Xamarin.Forms

24 Dec 21:22
0f1863d
Compare
Choose a tag to compare
Pre-release

This is the first alpha containing the following features:

  • Decreased package requirements.
  • Added Release version for Android/iOS/UWP.

First preview of Sentry.Xamarin.Forms

21 Dec 00:35
Compare
Choose a tag to compare
Pre-release

Available on NuGet

This is the first alpha containing the following features:

  • Automatic Navigation breadcrumbs.
  • Automatic Xamarin warnings as breadcrumbs.
  • Unhandled Exception for Android/iOS/UWP
  • Simulator flag.
  • Device manufacturer.
  • Device model.
  • Operational system name and version.
  • Screen information (Pixel density and resolution).
  • Connectivity status.
  • Free Internal memory (Android/iOS).
  • Total RAM (Android/iOS).
  • CPU model (Android).