diff --git a/src/Sentry.Protocol/SentryEvent.cs b/src/Sentry.Protocol/SentryEvent.cs index aad50f5..e04a1a8 100644 --- a/src/Sentry.Protocol/SentryEvent.cs +++ b/src/Sentry.Protocol/SentryEvent.cs @@ -111,13 +111,6 @@ public class SentryEvent : BaseScope [DataMember(Name = "threads", EmitDefaultValue = false)] internal SentryValues SentryThreadValues { get; set; } - /// - /// Stack trace - /// - /// - [DataMember(Name = "stacktrace", EmitDefaultValue = false)] - public SentryStackTrace Stacktrace { get; set; } - /// /// The Sentry Exception interface ///