Skip to content

feat: Check-In Upserts #8370

feat: Check-In Upserts

feat: Check-In Upserts #8370

Triggered via pull request May 24, 2024 11:32
Status Failure
Total duration 30m 18s
Artifacts 1

build.yml

on: pull_request
Matrix: build-sentry-native
test-solution-filters
38s
test-solution-filters
Matrix: build
Matrix: integration-test
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 21 warnings
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /home/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet8_0.received.txt Verified: ApiApprovalTests.Run.DotNet8_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet8_0.received.txt Verified: ApiApprovalTests.Run.DotNet8_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, Native = 2, } [System.Flags] public enum D
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /home/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet7_0.received.txt Verified: ApiApprovalTests.Run.DotNet7_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet7_0.received.txt Verified: ApiApprovalTests.Run.DotNet7_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, } [System.Flags] public enum DeduplicateMode {
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /home/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet6_0.received.txt Verified: ApiApprovalTests.Run.DotNet6_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet6_0.received.txt Verified: ApiApprovalTests.Run.DotNet6_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, } [System.Flags] public enum DeduplicateMode {
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /home/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.Net4_8.Mono4_0.received.txt Verified: ApiApprovalTests.Run.Net4_8.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.Net4_8.Mono4_0.received.txt Verified: ApiApprovalTests.Run.Net4_8.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, } [System.Flags] public enum DeduplicateMode
.NET (ubuntu-latest)
Process completed with exit code 1.
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet8_0.received.txt Verified: ApiApprovalTests.Run.DotNet8_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet8_0.received.txt Verified: ApiApprovalTests.Run.DotNet8_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1,
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet7_0.received.txt Verified: ApiApprovalTests.Run.DotNet7_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet7_0.received.txt Verified: ApiApprovalTests.Run.DotNet7_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, }
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet6_0.received.txt Verified: ApiApprovalTests.Run.DotNet6_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet6_0.received.txt Verified: ApiApprovalTests.Run.DotNet6_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, }
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.Net4_8.received.txt Verified: ApiApprovalTests.Run.Net4_8.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.Net4_8.received.txt Verified: ApiApprovalTests.Run.Net4_8.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, } [Syst
.NET (windows-latest)
Process completed with exit code 1.
.NET (windows-latest)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
.NET (macos-13)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /Users/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet8_0.received.txt Verified: ApiApprovalTests.Run.DotNet8_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet8_0.received.txt Verified: ApiApprovalTests.Run.DotNet8_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, Native = 2, } [System.Flags] public enum
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /Users/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet7_0.received.txt Verified: ApiApprovalTests.Run.DotNet7_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet7_0.received.txt Verified: ApiApprovalTests.Run.DotNet7_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, } [System.Flags] public enum DeduplicateMode
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /Users/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.DotNet6_0.received.txt Verified: ApiApprovalTests.Run.DotNet6_0.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.DotNet6_0.received.txt Verified: ApiApprovalTests.Run.DotNet6_0.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, } [System.Flags] public enum DeduplicateMode
Sentry.Tests.ApiApprovalTests.Run
VerifyException : Directory: /Users/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Tests NotEqual: - Received: ApiApprovalTests.Run.Net4_8.Mono4_0.received.txt Verified: ApiApprovalTests.Run.Net4_8.verified.txt FileContent: NotEqual: Received: ApiApprovalTests.Run.Net4_8.Mono4_0.received.txt Verified: ApiApprovalTests.Run.Net4_8.verified.txt Compare Result: [assembly: System.CLSCompliant(true)] namespace Sentry { public enum AttachmentType { Default = 0, Minidump = 1, AppleCrashReport = 2, UnrealContext = 3, UnrealLogs = 4, ViewHierarchy = 5, } public class BaggageHeader { public override string ToString() { } } [System.Diagnostics.DebuggerDisplay("Message: {Message}, Type: {Type}")] public sealed class Breadcrumb : Sentry.ISentryJsonSerializable { public Breadcrumb(string message, string type, System.Collections.Generic.IReadOnlyDictionary<string, string>? data = null, string? category = null, Sentry.BreadcrumbLevel level = 0) { } public string? Category { get; } public System.Collections.Generic.IReadOnlyDictionary<string, string>? Data { get; } public Sentry.BreadcrumbLevel Level { get; } public string? Message { get; } public System.DateTimeOffset Timestamp { get; } public string? Type { get; } public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { } public static Sentry.Breadcrumb FromJson(System.Text.Json.JsonElement json) { } } public enum BreadcrumbLevel { [System.Runtime.Serialization.EnumMember(Value="debug")] Debug = -1, [System.Runtime.Serialization.EnumMember(Value="info")] Info = 0, [System.Runtime.Serialization.EnumMember(Value="warning")] Warning = 1, [System.Runtime.Serialization.EnumMember(Value="error")] Error = 2, [System.Runtime.Serialization.EnumMember(Value="critical")] Critical = 3, } public static class BuiltInSystemDiagnosticsMeters { public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreDiagnostics; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHeaderParsing; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHosting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreHttpConnections; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRateLimiting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreRouting; public static readonly Sentry.SubstringOrRegexPattern MicrosoftAspNetCoreServerKestrel; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsHealthChecks; public static readonly Sentry.SubstringOrRegexPattern MicrosoftExtensionsDiagnosticsResourceMonitoring; public static readonly Sentry.SubstringOrRegexPattern OpenTelemetryInstrumentationRuntime; public static readonly Sentry.SubstringOrRegexPattern SystemNetHttp; public static readonly Sentry.SubstringOrRegexPattern SystemNetNameResolution; public static System.Collections.Generic.IList<Sentry.SubstringOrRegexPattern> All { get; } } public class ByteAttachmentContent : Sentry.IAttachmentContent { public ByteAttachmentContent(byte[] bytes) { } public System.IO.Stream GetStream() { } } public enum CheckInStatus { InProgress = 0, Ok = 1, Error = 2, } [System.Obsolete("WARNING: This method deliberately causes a crash, and should not be used in a rea" + "l application.")] public enum CrashType { Managed = 0, ManagedBackgroundThread = 1, } [System.Flags] public enum DeduplicateMode
.NET (macos-13)
Process completed with exit code 1.
.NET (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET (ubuntu-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7355
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
.NET (ubuntu-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7445
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (ubuntu-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7591
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (ubuntu-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7355
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
.NET (ubuntu-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7445
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (ubuntu-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7591
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET (windows-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7355
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
.NET (windows-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7445
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (windows-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7591
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (windows-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7355
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
.NET (windows-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7445
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (windows-latest): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7591
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (macos-13)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET (macos-13): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7355
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
.NET (macos-13): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7445
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (macos-13): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7591
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (macos-13): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7355
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
.NET (macos-13): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7445
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
.NET (macos-13): src/Sentry.Bindings.Android/obj/Release/net7.0-android/api.xml#L7591
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.

Artifacts

Produced during runtime
Name Size
verify-test-results Expired
53.9 KB