Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Releases: getsentry/sentry-dotnet-protocol

2.0.0

28 Jan 01:28
Compare
Choose a tag to compare

Fix: Hide dev dependency: 72ae201

Breaking change:

  • Remove StackTrace from SentryEvent #38 - StackTrace is either part of Thread or SentryException.
  1. Updated dependencies in tests #40
  2. Update .NET SDK #39
  3. Use ReferenceAssemblies from NuGet instead of Mono #41

2.0.0-beta2

09 Jun 10:29
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release

Fix: Hide dev dependency: 72ae201

2.0.0-beta

03 Jun 14:55
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

Breaking change:

  • Remove StackTrace from SentryEvent #38 - StackTrace is either part of Thread or SentryException.
  1. Updated dependencies in tests #40
  2. Update .NET SDK #39
  3. Use ReferenceAssemblies from NuGet instead of Mono #41

1.0.6

14 May 14:54
Compare
Choose a tag to compare
  • #35 User.Other is mutable
  • #36 HasUser moved from extending SentryEvent to BaseScope

1.0.5

14 Mar 10:54
Compare
Choose a tag to compare

@Lyra2108 contributed new properties for Device: #33

1.0.4

25 Jan 09:27
Compare
Choose a tag to compare

@wuh95 contributed Other to User: #32

1.0.3

16 Jan 10:43
Compare
Choose a tag to compare

Fixes:

  • Fixed packages casing when serialized #28
  • Apply copies over Environment 3e79b60

Feature:

  • GPU sentry interface #27
  • SentryId struct #26

1.0.2

24 Oct 07:58
Compare
Choose a tag to compare

Rename StructuredMessage to standard: logEntry #22
Use .NET SDK 2.1.401 #21

1.0.1

01 Oct 12:48
Compare
Choose a tag to compare

#17 Removed InternalsVisibleTo to the Sentry package to work around an issue with Xamarin.iOS.

1.0.0

29 Sep 15:25
Compare
Choose a tag to compare

First major release of the protocol for .NET.

With the addition:

#15 Level moved from SentryEvent to BaseScope
#14 SDK Info added to event.