Skip to content

Releases: getsentry/sentry-dotnet

2.0.0-beta6

31 Oct 22:59

Choose a tag to compare

2.0.0-beta6 Pre-release
Pre-release
  • Fixed error when reading request body affects collecting other request data (#299)

2.0.0-beta5

29 Oct 16:02

Choose a tag to compare

2.0.0-beta5 Pre-release
Pre-release
  • Add option to ASP.NET Core to flush events after response complete (#288)
  • Fixed race on BackgroundWorker (#293)
  • Exclude Sentry. frames from InApp (#272)
  • NLog SentryTarget with less overhead for breadcrumb (#273)

2.0.0-beta4

04 Sep 18:52

Choose a tag to compare

2.0.0-beta4 Pre-release
Pre-release
  • Logging on body not extracted (#246)
  • Add support to DefaultTags for ASP.NET Core and M.E.Logging (#268)
  • Don't use ValueTuple (#263)

2.0.0-beta3

26 Jul 15:21

Choose a tag to compare

2.0.0-beta3 Pre-release
Pre-release
  • All public members were documented: #252
  • Use EnableBuffering to keep request payload around: #250
  • Serilog default levels: #237

Thanks @josh-degraw for:

  • AppDomain.ProcessExit will close the SDK: #242
  • Adds PublicApiAnalyzers to public projects: #234
  • NLog: Utilizes Flush functionality in NLog target: #228
  • NLog: Set the logger via the log event info in SentryTarget.Write, #227

2.0.0-beta2

09 Jun 13:24

Choose a tag to compare

2.0.0-beta2 Pre-release
Pre-release
  • Removed dev dependency from external dependencies 4d92ab0
  • Use new Sentry.Protocol 836fb07
  • Use new Sentry.PlatformAbsrtractions #226

2.0.0-beta

04 Jun 08:21

Choose a tag to compare

2.0.0-beta Pre-release
Pre-release

Major version bumped due to these breaking changes:

  1. Sentry.Protocol version 2.0.0
  • Remove StackTrace from SentryEvent #38 - StackTrace is either part of Thread or SentryException.
  1. Removed ContextLine #223
  2. Use StackTrace from Threads #222
  3. FlushAsync added to ISentryClient #214

Other Features:

  • Debug logging for ASP.NET Classic #209

Fixes:

1.2.1-beta

27 May 13:16

Choose a tag to compare

1.2.1-beta Pre-release
Pre-release

Fixes and improvements to the NLog integration: #207 by @josh-degraw

1.2.0

23 May 19:13

Choose a tag to compare

Features

Bug fixes

  • Don't override user #199
  • Read the hub to take latest Client: 8f4b5ba

1.1.3-beta4

15 May 08:25

Choose a tag to compare

1.1.3-beta4 Pre-release
Pre-release

Bug fix: Don't override user #199

1.1.3-beta3

13 May 15:26

Choose a tag to compare

1.1.3-beta3 Pre-release
Pre-release