chore: Remove profiling API deprecated in V9 #15420
Annotations
11 errors, 11 warnings, and 12 notices
Publish Test Report
❌ Tests reported 52 failures
|
Run tests:
Tests/SentryProfilerTests/SentryTraceProfilerTests.swift#L88
testConcurrentProfilingTransactions, XCTAssertEqual failed: ("0") is not equal to ("1")
|
Run tests:
Tests/SentryProfilerTests/SentryTraceProfilerTests.swift#L87
testConcurrentProfilingTransactions, XCTAssertTrue failed
|
Run tests:
Tests/SentryProfilerTests/SentryTraceProfilerTests.swift#L370
testCaptureTransactionWithProfile_StopsProfileOnCallingThread, XCTUnwrap failed: expected non-nil value of type "SentryEnvelopeItem"
|
Run tests:
Tests/SentryProfilerTests/SentryTraceProfilerTests.swift#L369
testCaptureTransactionWithProfile_StopsProfileOnCallingThread, XCTAssertEqual failed: ("1") is not equal to ("0")
|
Run tests:
Tests/SentryProfilerTests/SentryTraceProfilerTests.swift#L48
testCaptureTransactionWithProfile_StopsProfileOnCallingThread, XCTAssertTrue failed
|
Run tests:
Tests/SentryTests/Transaction/SentrySpanTests.swift#L78
testSpanDoesNotIncludeTraceProfilerID, XCTAssertTrue failed
|
Run tests:
Tests/SentryTests/SentryOptionsTest.m#L1483
testEnableProfiling, ((NO) equal to ([self getProperty:property of:options])) failed: throwing "NSInternalInconsistencyException: Options doesn't have a property 'enableProfiling'"
|
Run tests:
Tests/SentryTests/SentryOptionsTest.m#L1479
testEnableProfiling, ((defaultValue) equal to ([self getProperty:property of:options])) failed: throwing "NSInternalInconsistencyException: Options doesn't have a property 'enableProfiling'"
|
Run tests:
Tests/SentryTests/SentryOptionsTest.m#L1475
testEnableProfiling, ((!defaultValue) equal to ([self getProperty:property of:options])) failed: throwing "NSInternalInconsistencyException: Options doesn't have a property 'enableProfiling'"
|
Run tests:
Tests/SentryTests/Helper/SentryEnabledFeaturesBuilderTests.swift#L47
testEnableAllFeatures, XCTAssertTrue failed
|
Archiving Crash Logs
No files were found with the provided path: ~/Library/Logs/DiagnosticReports/**. No artifacts will be uploaded.
|
Build tests:
Sources/Sentry/SentryTraceContext.m#L143
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTraceContext.m#L122
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryUncaughtNSExceptions.m#L47
implicit conversion from nullable pointer 'NSException * _Nullable' to non-nullable pointer type 'NSException * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracePropagation.m#L71
implicit conversion from nullable pointer 'NSArray * _Nullable' to non-nullable pointer type 'NSArray * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracePropagation.m#L70
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracePropagation.m#L23
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Run CI Diagnostics
Completed Xcode/macOS environment diagnostics
|
Run CI Diagnostics
Starting Xcode/macOS environment diagnostics
|
Run tests
Skipped SentryTests.SentryFileManagerTests.testIsErrorPathTooLong_underlyingErrorsNotAvailableAndErrorInUserInfo_shouldNotCheckError
|
Run tests
Skipped SentryTests.SentryEnabledFeaturesBuilderTests.testEnableViewRendererV2_isNotEnabled_shouldAddFeature
|
Run tests
Skipped SentryTests.SentryEnabledFeaturesBuilderTests.testEnableViewRendererV2_isEnabled_shouldAddFeature
|
Run tests
Skipped SentryTests.SentryEnabledFeaturesBuilderTests.testEnableFastViewRendering_isEnabled_shouldAddFeature
|
Run tests
Skipped SentryTests.SentryEnabledFeaturesBuilderTests.testEnableExperimentalViewRenderer_isEnabled_shouldAddFeature
|
Run tests
Skipped SentryDeviceTests.testSimulatedDeviceModel
|
Run tests
Skipped SentryTests.SentryDependencyContainerTests.testSentryWatchdogTerminationAttributesProcessor_shouldUseLowPriorityQueue
|
Run tests
Skipped SentryTests.SentryDependencyContainerTests.testSentryWatchdogTerminationAttributesProcessor_shouldReturnSameInstance
|
Run tests
Skipped SentryTests.SentryDependencyContainerTests.testGetWatchdogTerminationBreadcrumbProcessorWithMaxBreadcrumbs_shouldUseParameters
|
Run tests
Skipped SentryTests.SentryDependencyContainerTests.testGetWatchdogTerminationBreadcrumbProcessorWithMaxBreadcrumbs_shouldReturnNewInstancePerCall
|
Loading