Skip to content

ref: Support outgoing trace propagation in span first (18) #7170

ref: Support outgoing trace propagation in span first (18)

ref: Support outgoing trace propagation in span first (18) #7170

Triggered via pull request March 12, 2026 10:14
Status Success
Total duration 7m 41s
Artifacts 2

test-integrations-misc.yml

on: pull_request
Matrix: Misc
All Misc tests passed
3s
All Misc tests passed
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 38 warnings
NoOpStreamedSpan inherits methods that access uninitialized attributes, causing AttributeError: sentry_sdk/traces.py#L504
The new methods added to StreamedSpan (_dynamic_sampling_context, _to_baggage, _get_baggage, _iter_headers, _get_trace_context) access instance attributes (_segment, _baggage, _attributes, _parent_span_id) that are never initialized in NoOpStreamedSpan. Since NoOpStreamedSpan extends StreamedSpan but bypasses its __init__ and doesn't override these methods, calling them on a NoOpStreamedSpan will raise AttributeError. This affects production code paths like scope.iter_trace_propagation_headers() which calls span._iter_headers() without checking for NoOpStreamedSpan.
[86P-SNJ] NoOpStreamedSpan inherits methods that access uninitialized attributes, causing AttributeError (additional location): sentry_sdk/scope.py#L688
The new methods added to StreamedSpan (_dynamic_sampling_context, _to_baggage, _get_baggage, _iter_headers, _get_trace_context) access instance attributes (_segment, _baggage, _attributes, _parent_span_id) that are never initialized in NoOpStreamedSpan. Since NoOpStreamedSpan extends StreamedSpan but bypasses its __init__ and doesn't override these methods, calling them on a NoOpStreamedSpan will raise AttributeError. This affects production code paths like scope.iter_trace_propagation_headers() which calls span._iter_headers() without checking for NoOpStreamedSpan.
[86P-SNJ] NoOpStreamedSpan inherits methods that access uninitialized attributes, causing AttributeError (additional location): sentry_sdk/tracing_utils.py#L1121
The new methods added to StreamedSpan (_dynamic_sampling_context, _to_baggage, _get_baggage, _iter_headers, _get_trace_context) access instance attributes (_segment, _baggage, _attributes, _parent_span_id) that are never initialized in NoOpStreamedSpan. Since NoOpStreamedSpan extends StreamedSpan but bypasses its __init__ and doesn't override these methods, calling them on a NoOpStreamedSpan will raise AttributeError. This affects production code paths like scope.iter_trace_propagation_headers() which calls span._iter_headers() without checking for NoOpStreamedSpan.
NoOpStreamedSpan inherits methods that access uninitialized _segment attribute: sentry_sdk/traces.py#L470
The new methods `_dynamic_sampling_context`, `_to_baggage`, `_iter_headers`, and `_get_trace_context` access `self._segment`, but `NoOpStreamedSpan` doesn't initialize this attribute (it doesn't call `super().__init__()`). When any of these inherited methods are called on a `NoOpStreamedSpan` instance, it will raise `AttributeError: 'NoOpStreamedSpan' object has no attribute '_segment'`.
[TDZ-FS9] NoOpStreamedSpan inherits methods that access uninitialized _segment attribute (additional location): sentry_sdk/traces.py#L524
The new methods `_dynamic_sampling_context`, `_to_baggage`, `_iter_headers`, and `_get_trace_context` access `self._segment`, but `NoOpStreamedSpan` doesn't initialize this attribute (it doesn't call `super().__init__()`). When any of these inherited methods are called on a `NoOpStreamedSpan` instance, it will raise `AttributeError: 'NoOpStreamedSpan' object has no attribute '_segment'`.
Misc (3.6, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.6, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.11, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.11, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.11, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.11, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.8, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.8, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.8, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.8, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.10, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.10, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.10, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.10, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.9, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.9, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.9, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.9, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.7, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.7, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.7, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.7, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.14t, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.14t, ubuntu-22.04)
❌ Patch coverage check failed: 21.90% < target 80%
Misc (3.14t, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.14t, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.14, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.14, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.14, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.14, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.12, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.12, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.12, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.12, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.13, ubuntu-22.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Misc (3.13, ubuntu-22.04)
❌ Patch coverage check failed: 22.63% < target 80%
Misc (3.13, ubuntu-22.04)
Failed to upload coverage artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Misc (3.13, ubuntu-22.04)
Failed to upload test artifact: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

Artifacts

Produced during runtime
Name Size Digest
codecov-coverage-results-ivana-span-first-18-trace-propagation-test-misc Expired
107 KB
sha256:862bb6b0994f678654bf8cb0816848b9c70f8f5d193f490dad649c74fc4c84c2
codecov-test-results-ivana-span-first-18-trace-propagation-test-misc Expired
231 Bytes
sha256:ee2390056339eec1cddfb65b08de77206ee49c09a56c08e7a2363d92e60e3ed3