From 5b05d8a4433cc537d07a30940821d5ba323016c1 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Mon, 3 Jun 2019 14:50:30 +0200 Subject: [PATCH] fix: Remove stacktrace from event --- src/Sentry.Protocol/SentryEvent.cs | 7 ------- 1 file changed, 7 deletions(-) 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 ///