Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 3c1bd17

Browse files
authored
Merge pull request #38 from getsentry/fix/remove-root-stacktrace
fix: Remove stacktrace from event
2 parents 4d1d2bf + 5b05d8a commit 3c1bd17

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Sentry.Protocol/SentryEvent.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@ public class SentryEvent : BaseScope
111111
[DataMember(Name = "threads", EmitDefaultValue = false)]
112112
internal SentryValues<SentryThread> SentryThreadValues { get; set; }
113113

114-
/// <summary>
115-
/// Stack trace
116-
/// </summary>
117-
/// <see href="https://docs.sentry.io/clientdev/interfaces/stacktrace/"/>
118-
[DataMember(Name = "stacktrace", EmitDefaultValue = false)]
119-
public SentryStackTrace Stacktrace { get; set; }
120-
121114
/// <summary>
122115
/// The Sentry Exception interface
123116
/// </summary>

0 commit comments

Comments
 (0)