Skip to content

feat(flags): capture feature flag evaluations on spans #2181

feat(flags): capture feature flag evaluations on spans

feat(flags): capture feature flag evaluations on spans #2181

Triggered via pull request June 5, 2025 17:36
Status Failure
Total duration 3m 58s
Artifacts

flaky-test-detector.yml

on: pull_request
Check tests for flakiness
3m 54s
Check tests for flakiness
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Check tests for flakiness
Process completed with exit code 1.
Check tests for flakiness
Parameter 'flag' implicitly has an 'any' type.
Check tests for flakiness
Property 'map' does not exist on type 'Set<FeatureFlag>'.
Check tests for flakiness
Argument of type 'never[] | Set<FeatureFlag>' is not assignable to parameter of type 'Set<FeatureFlag>'.
Check tests for flakiness
Argument of type 'never[] | Set<FeatureFlag>' is not assignable to parameter of type 'FeatureFlag[]'.
Check tests for flakiness
Type 'WeakMap<Span, FeatureFlag[]>' is not assignable to type 'WeakMap<Span, Set<FeatureFlag>>'.