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

Commit

Permalink
fix: Remove stacktrace from event
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Jun 3, 2019
1 parent 4d1d2bf commit 5b05d8a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Sentry.Protocol/SentryEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ public class SentryEvent : BaseScope
[DataMember(Name = "threads", EmitDefaultValue = false)]
internal SentryValues<SentryThread> SentryThreadValues { get; set; }

/// <summary>
/// Stack trace
/// </summary>
/// <see href="https://docs.sentry.io/clientdev/interfaces/stacktrace/"/>
[DataMember(Name = "stacktrace", EmitDefaultValue = false)]
public SentryStackTrace Stacktrace { get; set; }

/// <summary>
/// The Sentry Exception interface
/// </summary>
Expand Down

0 comments on commit 5b05d8a

Please sign in to comment.