@@ -40,22 +40,6 @@ namespace Sentry
40
40
[System.Runtime.Serialization.EnumMember(Value="critical")]
41
41
Critical = 3,
42
42
}
43
- public static class BuiltInSystemDiagnosticsMeters
44
- {
45
- public static readonly Sentry.StringOrRegex MicrosoftAspNetCoreDiagnostics;
46
- public static readonly Sentry.StringOrRegex MicrosoftAspNetCoreHeaderParsing;
47
- public static readonly Sentry.StringOrRegex MicrosoftAspNetCoreHosting;
48
- public static readonly Sentry.StringOrRegex MicrosoftAspNetCoreHttpConnections;
49
- public static readonly Sentry.StringOrRegex MicrosoftAspNetCoreRateLimiting;
50
- public static readonly Sentry.StringOrRegex MicrosoftAspNetCoreRouting;
51
- public static readonly Sentry.StringOrRegex MicrosoftAspNetCoreServerKestrel;
52
- public static readonly Sentry.StringOrRegex MicrosoftExtensionsDiagnosticsHealthChecks;
53
- public static readonly Sentry.StringOrRegex MicrosoftExtensionsDiagnosticsResourceMonitoring;
54
- public static readonly Sentry.StringOrRegex OpenTelemetryInstrumentationRuntime;
55
- public static readonly Sentry.StringOrRegex SystemNetHttp;
56
- public static readonly Sentry.StringOrRegex SystemNetNameResolution;
57
- public static System.Collections.Generic.IList<Sentry.StringOrRegex> All { get; }
58
- }
59
43
public class ByteAttachmentContent : Sentry.IAttachmentContent
60
44
{
61
45
public ByteAttachmentContent(byte[] bytes) { }
@@ -112,13 +96,6 @@ namespace Sentry
112
96
public static void SetFingerprint(this Sentry.IEventLike eventLike, System.Collections.Generic.IEnumerable<string> fingerprint) { }
113
97
public static void SetFingerprint(this Sentry.IEventLike eventLike, params string[] fingerprint) { }
114
98
}
115
- public class ExperimentalMetricsOptions
116
- {
117
- public ExperimentalMetricsOptions() { }
118
- public System.Collections.Generic.IList<Sentry.StringOrRegex> CaptureSystemDiagnosticsInstruments { get; set; }
119
- public System.Collections.Generic.IList<Sentry.StringOrRegex> CaptureSystemDiagnosticsMeters { get; set; }
120
- public bool EnableCodeLocations { get; set; }
121
- }
122
99
public class FileAttachmentContent : Sentry.IAttachmentContent
123
100
{
124
101
public FileAttachmentContent(string filePath) { }
0 commit comments