feat: Add propagating of traceparent #15571
Annotations
10 warnings and 10 notices
Build tests:
Sources/Sentry/SentrySwizzle.m#L163
implicit conversion from nullable pointer 'Method _Nullable' (aka 'struct objc_method *') to non-nullable pointer type 'Method _Nonnull' (aka 'struct objc_method *') [-Wnullable-to-nonnull-conversion]
|
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/SentryTracePropagation.m#L67
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
|
Build tests:
Sources/Sentry/SentryTracePropagation.m#L27
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]
|
Run tests
Skipped SentryTests.SentryFileManagerTests.testIsErrorPathTooLong_underlyingErrorsNotAvailableAndNonErrorInUserInfo_shouldNotCheckError
|
Run tests
Skipped SentryTests.SentryFileManagerTests.testIsErrorPathTooLong_underlyingErrorsNotAvailableAndErrorNotInUserInfo_shouldNotCheckError
|
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
|
Loading