Releases: getsentry/sentry-dotnet
Releases · getsentry/sentry-dotnet
2.0.2
2.0.1
Removed -beta
from dependencies.
2.0.0
- 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 @dbraillonSentry.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:
Sentry.Protocol
version 2.0.0
- Remove StackTrace from SentryEvent #38 - StackTrace is either part of Thread or SentryException.
2.0.0-beta8
2.0.0-beta7
2.0.0-beta6
- Fixed error when reading request body affects collecting other request data (#299)
2.0.0-beta5
2.0.0-beta4
2.0.0-beta3
- All public members were documented: #252
- Use EnableBuffering to keep request payload around: #250
- Serilog default levels: #237
Thanks @josh-degraw for: