test: inject any SDK configuration overrides as scope tags (#5702) #13806
Annotations
10 warnings and 10 notices
Build tests:
Sources/Sentry/SentryTracer.m#L591
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracer.m#L181
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTransaction.m#L72
implicit conversion from nullable pointer 'id _Nullable' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTransaction.m#L59
implicit conversion from nullable pointer 'id _Nullable' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTransaction.m#L53
implicit conversion from nullable pointer 'NSDictionary * _Nullable' to non-nullable pointer type 'NSDictionary<NSString *,id> * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTransaction.m#L39
implicit conversion from nullable pointer 'id _Nullable' to non-nullable pointer type 'NSDictionary<NSString *,id> * _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/SentryUser.m#L128
implicit conversion from nullable pointer 'id _Nullable' to non-nullable pointer type 'SentryUser * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/Processors/SentryWatchdogTerminationBreadcrumbProcessor.m#L106
implicit conversion from nullable pointer 'NSData * _Nullable' to non-nullable pointer type 'NSData * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/Processors/SentryWatchdogTerminationBreadcrumbProcessor.m#L47
implicit conversion from nullable pointer 'NSData * _Nullable' to non-nullable pointer type 'NSData * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
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