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
fix: fix minor azure-function and mariadb bugs (#7007)
Azure functions was in some circumstances attaching the span to
a parent span instead of acting as a root span by missing a
return statement.
Mariadb v2 did not track promise errors in all cases.
This was detected by adding the no-unused-expressions lint rule.
To address confusion, JSDoc was added about childOf being `null`
and its meaning.
In addition, the azure tests are now using the latest version
again, since their library fixed the former support range issue.
The void is now allowed as statement to address issues around e.g.,
`error.stack` access for triggering the stack calculation.
0 commit comments