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
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
The issue is caused by the fact that the async function is creating a closure around the local span to capture them for re-entering the function when an await returns. This only happens if the span is used on both sides of an await, either directly or indirectly.
We need some documented patterns on things that work and don't work. However, you should be able to re-write these tests in a way that will allow them to work correctly without the error.
The text was updated successfully, but these errors were encountered:
From #1401
The issue is caused by the fact that the async function is creating a closure around the local span to capture them for re-entering the function when an await returns. This only happens if the span is used on both sides of an await, either directly or indirectly.
We need some documented patterns on things that work and don't work. However, you should be able to re-write these tests in a way that will allow them to work correctly without the error.
The text was updated successfully, but these errors were encountered: