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
In the operation_utils.py, we first try to get the current operation from the operation set on the tracked_request. However, this requires an updated version of the scout-apm package.
For users who are on an older version of the agent, we fallback to attempting to get the operation via the "completed_spans" of the tracked_request. This is incorrect, as we should be instead iterating through the "active_spans".
The text was updated successfully, but these errors were encountered:
In the operation_utils.py, we first try to get the current operation from the operation set on the tracked_request. However, this requires an updated version of the scout-apm package.
For users who are on an older version of the agent, we fallback to attempting to get the operation via the "completed_spans" of the tracked_request. This is incorrect, as we should be instead iterating through the "active_spans".
The text was updated successfully, but these errors were encountered: