Skip to content

Commit f0a9c76

Browse files
committed
verify
1 parent f2dc7a2 commit f0a9c76

4 files changed

+0
-176
lines changed

test/Sentry.Tests/ApiApprovalTests.Run.DotNet6_0.verified.txt

-44
Original file line numberDiff line numberDiff line change
@@ -1069,50 +1069,6 @@ namespace Sentry
10691069
public Timing(Sentry.IHub hub, string key, Sentry.MeasurementUnit.Duration unit = 3, System.Collections.Generic.IDictionary<string, string>? tags = null) { }
10701070
public void Dispose() { }
10711071
}
1072-
public class Transaction : Sentry.IEventLike, Sentry.IHasExtra, Sentry.IHasTags, Sentry.IJsonSerializable, Sentry.ISpanData, Sentry.ITransactionContext, Sentry.ITransactionData, Sentry.Protocol.ITraceContext
1073-
{
1074-
public Transaction(Sentry.ITransactionTracer tracer) { }
1075-
public Transaction(string name, string operation) { }
1076-
public Transaction(string name, string operation, Sentry.TransactionNameSource nameSource) { }
1077-
public System.Collections.Generic.IReadOnlyCollection<Sentry.Breadcrumb> Breadcrumbs { get; }
1078-
public Sentry.Contexts Contexts { get; set; }
1079-
public string? Description { get; set; }
1080-
public string? Distribution { get; set; }
1081-
public System.DateTimeOffset? EndTimestamp { get; }
1082-
public string? Environment { get; set; }
1083-
public Sentry.SentryId EventId { get; }
1084-
public System.Collections.Generic.IReadOnlyDictionary<string, object?> Extra { get; }
1085-
public System.Collections.Generic.IReadOnlyList<string> Fingerprint { get; set; }
1086-
public bool IsFinished { get; }
1087-
public bool? IsParentSampled { get; set; }
1088-
public bool? IsSampled { get; }
1089-
public Sentry.SentryLevel? Level { get; set; }
1090-
public System.Collections.Generic.IReadOnlyDictionary<string, Sentry.Protocol.Measurement> Measurements { get; }
1091-
public string Name { get; }
1092-
public Sentry.TransactionNameSource NameSource { get; }
1093-
public string Operation { get; }
1094-
public Sentry.SpanId? ParentSpanId { get; }
1095-
public string? Platform { get; set; }
1096-
public string? Release { get; set; }
1097-
public Sentry.Request Request { get; set; }
1098-
public double? SampleRate { get; }
1099-
public Sentry.SdkVersion Sdk { get; }
1100-
public Sentry.SpanId SpanId { get; }
1101-
public System.Collections.Generic.IReadOnlyCollection<Sentry.SentrySpan> Spans { get; }
1102-
public System.DateTimeOffset StartTimestamp { get; }
1103-
public Sentry.SpanStatus? Status { get; }
1104-
public System.Collections.Generic.IReadOnlyDictionary<string, string> Tags { get; }
1105-
public Sentry.SentryId TraceId { get; }
1106-
public Sentry.SentryUser User { get; set; }
1107-
public void AddBreadcrumb(Sentry.Breadcrumb breadcrumb) { }
1108-
public Sentry.SentryTraceHeader GetTraceHeader() { }
1109-
public void SetExtra(string key, object? value) { }
1110-
public void SetMeasurement(string name, Sentry.Protocol.Measurement measurement) { }
1111-
public void SetTag(string key, string value) { }
1112-
public void UnsetTag(string key) { }
1113-
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
1114-
public static Sentry.Transaction FromJson(System.Text.Json.JsonElement json) { }
1115-
}
11161072
public class TransactionContext : Sentry.SpanContext, Sentry.ITransactionContext, Sentry.Protocol.ITraceContext
11171073
{
11181074
public TransactionContext(string name, string operation, Sentry.SpanId? spanId = default, Sentry.SpanId? parentSpanId = default, Sentry.SentryId? traceId = default, string? description = "", Sentry.SpanStatus? status = default, bool? isSampled = default, bool? isParentSampled = default, Sentry.TransactionNameSource nameSource = 0) { }

test/Sentry.Tests/ApiApprovalTests.Run.DotNet7_0.verified.txt

-44
Original file line numberDiff line numberDiff line change
@@ -1069,50 +1069,6 @@ namespace Sentry
10691069
public Timing(Sentry.IHub hub, string key, Sentry.MeasurementUnit.Duration unit = 3, System.Collections.Generic.IDictionary<string, string>? tags = null) { }
10701070
public void Dispose() { }
10711071
}
1072-
public class Transaction : Sentry.IEventLike, Sentry.IHasExtra, Sentry.IHasTags, Sentry.IJsonSerializable, Sentry.ISpanData, Sentry.ITransactionContext, Sentry.ITransactionData, Sentry.Protocol.ITraceContext
1073-
{
1074-
public Transaction(Sentry.ITransactionTracer tracer) { }
1075-
public Transaction(string name, string operation) { }
1076-
public Transaction(string name, string operation, Sentry.TransactionNameSource nameSource) { }
1077-
public System.Collections.Generic.IReadOnlyCollection<Sentry.Breadcrumb> Breadcrumbs { get; }
1078-
public Sentry.Contexts Contexts { get; set; }
1079-
public string? Description { get; set; }
1080-
public string? Distribution { get; set; }
1081-
public System.DateTimeOffset? EndTimestamp { get; }
1082-
public string? Environment { get; set; }
1083-
public Sentry.SentryId EventId { get; }
1084-
public System.Collections.Generic.IReadOnlyDictionary<string, object?> Extra { get; }
1085-
public System.Collections.Generic.IReadOnlyList<string> Fingerprint { get; set; }
1086-
public bool IsFinished { get; }
1087-
public bool? IsParentSampled { get; set; }
1088-
public bool? IsSampled { get; }
1089-
public Sentry.SentryLevel? Level { get; set; }
1090-
public System.Collections.Generic.IReadOnlyDictionary<string, Sentry.Protocol.Measurement> Measurements { get; }
1091-
public string Name { get; }
1092-
public Sentry.TransactionNameSource NameSource { get; }
1093-
public string Operation { get; }
1094-
public Sentry.SpanId? ParentSpanId { get; }
1095-
public string? Platform { get; set; }
1096-
public string? Release { get; set; }
1097-
public Sentry.Request Request { get; set; }
1098-
public double? SampleRate { get; }
1099-
public Sentry.SdkVersion Sdk { get; }
1100-
public Sentry.SpanId SpanId { get; }
1101-
public System.Collections.Generic.IReadOnlyCollection<Sentry.SentrySpan> Spans { get; }
1102-
public System.DateTimeOffset StartTimestamp { get; }
1103-
public Sentry.SpanStatus? Status { get; }
1104-
public System.Collections.Generic.IReadOnlyDictionary<string, string> Tags { get; }
1105-
public Sentry.SentryId TraceId { get; }
1106-
public Sentry.SentryUser User { get; set; }
1107-
public void AddBreadcrumb(Sentry.Breadcrumb breadcrumb) { }
1108-
public Sentry.SentryTraceHeader GetTraceHeader() { }
1109-
public void SetExtra(string key, object? value) { }
1110-
public void SetMeasurement(string name, Sentry.Protocol.Measurement measurement) { }
1111-
public void SetTag(string key, string value) { }
1112-
public void UnsetTag(string key) { }
1113-
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
1114-
public static Sentry.Transaction FromJson(System.Text.Json.JsonElement json) { }
1115-
}
11161072
public class TransactionContext : Sentry.SpanContext, Sentry.ITransactionContext, Sentry.Protocol.ITraceContext
11171073
{
11181074
public TransactionContext(string name, string operation, Sentry.SpanId? spanId = default, Sentry.SpanId? parentSpanId = default, Sentry.SentryId? traceId = default, string? description = "", Sentry.SpanStatus? status = default, bool? isSampled = default, bool? isParentSampled = default, Sentry.TransactionNameSource nameSource = 0) { }

test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt

-44
Original file line numberDiff line numberDiff line change
@@ -1070,50 +1070,6 @@ namespace Sentry
10701070
public Timing(Sentry.IHub hub, string key, Sentry.MeasurementUnit.Duration unit = 3, System.Collections.Generic.IDictionary<string, string>? tags = null) { }
10711071
public void Dispose() { }
10721072
}
1073-
public class Transaction : Sentry.IEventLike, Sentry.IHasExtra, Sentry.IHasTags, Sentry.IJsonSerializable, Sentry.ISpanData, Sentry.ITransactionContext, Sentry.ITransactionData, Sentry.Protocol.ITraceContext
1074-
{
1075-
public Transaction(Sentry.ITransactionTracer tracer) { }
1076-
public Transaction(string name, string operation) { }
1077-
public Transaction(string name, string operation, Sentry.TransactionNameSource nameSource) { }
1078-
public System.Collections.Generic.IReadOnlyCollection<Sentry.Breadcrumb> Breadcrumbs { get; }
1079-
public Sentry.Contexts Contexts { get; set; }
1080-
public string? Description { get; set; }
1081-
public string? Distribution { get; set; }
1082-
public System.DateTimeOffset? EndTimestamp { get; }
1083-
public string? Environment { get; set; }
1084-
public Sentry.SentryId EventId { get; }
1085-
public System.Collections.Generic.IReadOnlyDictionary<string, object?> Extra { get; }
1086-
public System.Collections.Generic.IReadOnlyList<string> Fingerprint { get; set; }
1087-
public bool IsFinished { get; }
1088-
public bool? IsParentSampled { get; set; }
1089-
public bool? IsSampled { get; }
1090-
public Sentry.SentryLevel? Level { get; set; }
1091-
public System.Collections.Generic.IReadOnlyDictionary<string, Sentry.Protocol.Measurement> Measurements { get; }
1092-
public string Name { get; }
1093-
public Sentry.TransactionNameSource NameSource { get; }
1094-
public string Operation { get; }
1095-
public Sentry.SpanId? ParentSpanId { get; }
1096-
public string? Platform { get; set; }
1097-
public string? Release { get; set; }
1098-
public Sentry.Request Request { get; set; }
1099-
public double? SampleRate { get; }
1100-
public Sentry.SdkVersion Sdk { get; }
1101-
public Sentry.SpanId SpanId { get; }
1102-
public System.Collections.Generic.IReadOnlyCollection<Sentry.SentrySpan> Spans { get; }
1103-
public System.DateTimeOffset StartTimestamp { get; }
1104-
public Sentry.SpanStatus? Status { get; }
1105-
public System.Collections.Generic.IReadOnlyDictionary<string, string> Tags { get; }
1106-
public Sentry.SentryId TraceId { get; }
1107-
public Sentry.SentryUser User { get; set; }
1108-
public void AddBreadcrumb(Sentry.Breadcrumb breadcrumb) { }
1109-
public Sentry.SentryTraceHeader GetTraceHeader() { }
1110-
public void SetExtra(string key, object? value) { }
1111-
public void SetMeasurement(string name, Sentry.Protocol.Measurement measurement) { }
1112-
public void SetTag(string key, string value) { }
1113-
public void UnsetTag(string key) { }
1114-
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
1115-
public static Sentry.Transaction FromJson(System.Text.Json.JsonElement json) { }
1116-
}
11171073
public class TransactionContext : Sentry.SpanContext, Sentry.ITransactionContext, Sentry.Protocol.ITraceContext
11181074
{
11191075
public TransactionContext(string name, string operation, Sentry.SpanId? spanId = default, Sentry.SpanId? parentSpanId = default, Sentry.SentryId? traceId = default, string? description = "", Sentry.SpanStatus? status = default, bool? isSampled = default, bool? isParentSampled = default, Sentry.TransactionNameSource nameSource = 0) { }

test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt

-44
Original file line numberDiff line numberDiff line change
@@ -1066,50 +1066,6 @@ namespace Sentry
10661066
public Timing(Sentry.IHub hub, string key, Sentry.MeasurementUnit.Duration unit = 3, System.Collections.Generic.IDictionary<string, string>? tags = null) { }
10671067
public void Dispose() { }
10681068
}
1069-
public class Transaction : Sentry.IEventLike, Sentry.IHasExtra, Sentry.IHasTags, Sentry.IJsonSerializable, Sentry.ISpanData, Sentry.ITransactionContext, Sentry.ITransactionData, Sentry.Protocol.ITraceContext
1070-
{
1071-
public Transaction(Sentry.ITransactionTracer tracer) { }
1072-
public Transaction(string name, string operation) { }
1073-
public Transaction(string name, string operation, Sentry.TransactionNameSource nameSource) { }
1074-
public System.Collections.Generic.IReadOnlyCollection<Sentry.Breadcrumb> Breadcrumbs { get; }
1075-
public Sentry.Contexts Contexts { get; set; }
1076-
public string? Description { get; set; }
1077-
public string? Distribution { get; set; }
1078-
public System.DateTimeOffset? EndTimestamp { get; }
1079-
public string? Environment { get; set; }
1080-
public Sentry.SentryId EventId { get; }
1081-
public System.Collections.Generic.IReadOnlyDictionary<string, object?> Extra { get; }
1082-
public System.Collections.Generic.IReadOnlyList<string> Fingerprint { get; set; }
1083-
public bool IsFinished { get; }
1084-
public bool? IsParentSampled { get; set; }
1085-
public bool? IsSampled { get; }
1086-
public Sentry.SentryLevel? Level { get; set; }
1087-
public System.Collections.Generic.IReadOnlyDictionary<string, Sentry.Protocol.Measurement> Measurements { get; }
1088-
public string Name { get; }
1089-
public Sentry.TransactionNameSource NameSource { get; }
1090-
public string Operation { get; }
1091-
public Sentry.SpanId? ParentSpanId { get; }
1092-
public string? Platform { get; set; }
1093-
public string? Release { get; set; }
1094-
public Sentry.Request Request { get; set; }
1095-
public double? SampleRate { get; }
1096-
public Sentry.SdkVersion Sdk { get; }
1097-
public Sentry.SpanId SpanId { get; }
1098-
public System.Collections.Generic.IReadOnlyCollection<Sentry.SentrySpan> Spans { get; }
1099-
public System.DateTimeOffset StartTimestamp { get; }
1100-
public Sentry.SpanStatus? Status { get; }
1101-
public System.Collections.Generic.IReadOnlyDictionary<string, string> Tags { get; }
1102-
public Sentry.SentryId TraceId { get; }
1103-
public Sentry.SentryUser User { get; set; }
1104-
public void AddBreadcrumb(Sentry.Breadcrumb breadcrumb) { }
1105-
public Sentry.SentryTraceHeader GetTraceHeader() { }
1106-
public void SetExtra(string key, object? value) { }
1107-
public void SetMeasurement(string name, Sentry.Protocol.Measurement measurement) { }
1108-
public void SetTag(string key, string value) { }
1109-
public void UnsetTag(string key) { }
1110-
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
1111-
public static Sentry.Transaction FromJson(System.Text.Json.JsonElement json) { }
1112-
}
11131069
public class TransactionContext : Sentry.SpanContext, Sentry.ITransactionContext, Sentry.Protocol.ITraceContext
11141070
{
11151071
public TransactionContext(string name, string operation, Sentry.SpanId? spanId = default, Sentry.SpanId? parentSpanId = default, Sentry.SentryId? traceId = default, string? description = "", Sentry.SpanStatus? status = default, bool? isSampled = default, bool? isParentSampled = default, Sentry.TransactionNameSource nameSource = 0) { }

0 commit comments

Comments
 (0)