You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): Fix node-firebase span name expectations for span streaming (#24225)
#24069 made firebase `function.gcp` span names low cardinality but only
updated the unit tests because the E2E tests were skipped. Meanwhile, we
also unskipped the E2E tests in
#24164, causing the
test to fail. Yet another reason for merge queues.
- With span streaming (the v11 default) the span is named after the
function, not `firebase.function.<trigger>` — expectations updated
accordingly.
- Also asserts the new `gcp.function.context.type` attribute, which now
carries the old name and drives the span description.
Refs #24069
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments