Releases: getsentry/sentry-dotnet-protocol
Releases · getsentry/sentry-dotnet-protocol
2.0.0
Fix: Hide dev dependency: 72ae201
Breaking change:
- Remove
StackTrace
from SentryEvent
#38 - StackTrace is either part of Thread
or SentryException
.
- Updated dependencies in tests #40
- Update .NET SDK #39
- Use ReferenceAssemblies from NuGet instead of Mono #41
2.0.0-beta
Breaking change:
- Remove
StackTrace
from SentryEvent
#38 - StackTrace is either part of Thread
or SentryException
.
- Updated dependencies in tests #40
- Update .NET SDK #39
- Use ReferenceAssemblies from NuGet instead of Mono #41
1.0.6
- #35
User.Other
is mutable
- #36
HasUser
moved from extending SentryEvent
to BaseScope
1.0.3
Fixes:
- Fixed packages casing when serialized #28
- Apply copies over
Environment
3e79b60
Feature:
- GPU sentry interface #27
- SentryId struct #26
1.0.2
Rename StructuredMessage to standard: logEntry #22
Use .NET SDK 2.1.401 #21
1.0.0
First major release of the protocol for .NET.
With the addition:
#15 Level
moved from SentryEvent
to BaseScope
#14 SDK Info added to event.