Skip to content

Releases: getsentry/sentry-dotnet

2.0.2

08 Feb 18:55
Compare
Choose a tag to compare

Add logger and category from Serilog SourceContext. (#316) @krisztiankocsis
Set DateFormatHandling.IsoDateFormat for serializer. Fixes #351 (#353) @olsh

2.0.1

28 Jan 01:57
Compare
Choose a tag to compare

Removed -beta from dependencies.

2.0.0

28 Jan 00:55
Compare
Choose a tag to compare
  • SentryTarget - GetTagsFromLogEvent with null check (#326)
  • handled process corrupted (#328)
  • sourcelink GA (#330)
  • Adds ability to specify user values via NLog configuration (#336)
  • 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)
  • Logging on body not extracted (#246)
  • Add support to DefaultTags for ASP.NET Core and M.E.Logging (#268)
  • Don't use ValueTuple (#263)
  • All public members were documented: #252
  • Use EnableBuffering to keep request payload around: #250
  • Serilog default levels: #237
  • Removed dev dependency from external dependencies 4d92ab0
  • Use new Sentry.Protocol 836fb07
  • Use new Sentry.PlatformAbsrtractions #226
  • Debug logging for ASP.NET Classic #209
  • Reading request body throws on ASP.NET Core 3 (#324)
  • NLog: null check contextProp.Value during IncludeEventDataOnBreadcrumbs (#323)
  • JsonSerializerSettings - ReferenceLoopHandling.Ignore (#312)
  • Fixed error when reading request body affects collecting other request data (#299)
  • Microsoft.Extensions.Logging ConfigureScope invocation. #208, #210, #224 Thanks @dbraillon
  • Sentry.Serilog Verbose level. #213, #217. Thanks @kanadaj
  • 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
  • Multi-target .NET Core 3.0 (#308)

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

2.0.0-beta8

15 Jan 10:26
Compare
Choose a tag to compare
2.0.0-beta8 Pre-release
Pre-release
  • SentryTarget - GetTagsFromLogEvent with null check (#326)
  • handled process corrupted (#328)
  • sourcelink GA (#330)
  • Adds ability to specify user values via NLog configuration (#336)

2.0.0-beta7

17 Dec 22:33
Compare
Choose a tag to compare
2.0.0-beta7 Pre-release
Pre-release

Fixes:

  • Reading request body throws on ASP.NET Core 3 (#324)
  • NLog: null check contextProp.Value during IncludeEventDataOnBreadcrumbs (#323)
  • JsonSerializerSettings - ReferenceLoopHandling.Ignore (#312)

Features:

  • Multi-target .NET Core 3.0 (#308)

2.0.0-beta6

31 Oct 22:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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