Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
verify
  • Loading branch information
bitsandfoxes committed Sep 19, 2024
commit cdde5d5a16536f81358d569cc78ae2c3bda32e54
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ namespace Sentry
public Sentry.StartupTimeDetectionMode DetectStartupTime { get; set; }
public Sentry.SentryLevel DiagnosticLevel { get; set; }
public Sentry.Extensibility.IDiagnosticLogger? DiagnosticLogger { get; set; }
public bool DisableFileWrite { get; set; }
public string? Distribution { get; set; }
public string? Dsn { get; set; }
public bool EnableScopeSync { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ namespace Sentry
public Sentry.StartupTimeDetectionMode DetectStartupTime { get; set; }
public Sentry.SentryLevel DiagnosticLevel { get; set; }
public Sentry.Extensibility.IDiagnosticLogger? DiagnosticLogger { get; set; }
public bool DisableFileWrite { get; set; }
public string? Distribution { get; set; }
public string? Dsn { get; set; }
public bool EnableScopeSync { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ namespace Sentry
public Sentry.StartupTimeDetectionMode DetectStartupTime { get; set; }
public Sentry.SentryLevel DiagnosticLevel { get; set; }
public Sentry.Extensibility.IDiagnosticLogger? DiagnosticLogger { get; set; }
public bool DisableFileWrite { get; set; }
public string? Distribution { get; set; }
public string? Dsn { get; set; }
public bool EnableScopeSync { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ namespace Sentry
public Sentry.StartupTimeDetectionMode DetectStartupTime { get; set; }
public Sentry.SentryLevel DiagnosticLevel { get; set; }
public Sentry.Extensibility.IDiagnosticLogger? DiagnosticLogger { get; set; }
public bool DisableFileWrite { get; set; }
public string? Distribution { get; set; }
public string? Dsn { get; set; }
public bool EnableScopeSync { get; set; }
Expand Down