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
```
/home/runner/work/opentelemetry-js/opentelemetry-js/packages/sdk-metrics/src/state/DeltaMetricProcessor.ts
96:32 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
```
The assertion was intentional, base on the `.has()` check with the
same inputs immediately prior. The surrounding code has the same
patterns and used the eslint magic comment to disable the warning,
this one was just missed.
Ref open-telemetry#5365
0 commit comments