Skip to content

feat: Add propagating of traceparent #15571

feat: Add propagating of traceparent

feat: Add propagating of traceparent #15571

Re-run triggered October 15, 2025 13:26
Status Success
Total duration 6m 53s
Artifacts 3

test.yml

on: pull_request
Detect File Changes
7s
Detect File Changes
Build test server
1m 14s
Build test server
Matrix: unit-tests
Distribution Tests
1m 55s
Distribution Tests
Matrix: unit-tests-with-test-server
Unit Tests
2s
Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Unit with Test Server macOS 15: Sources/Sentry/SentryTracePropagation.m#L67
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryTracePropagation.m#L27
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryUncaughtNSExceptions.m#L47
implicit conversion from nullable pointer 'NSException * _Nullable' to non-nullable pointer type 'NSException * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit with Test Server macOS 15: 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]