Error: OpenTelemetry\Context\DebugScope->__destruct()

Created on 23 January 2024, 10 months ago
Updated 5 February 2024, 10 months ago

Problem/Motivation

Error is getting triggered from class DebugScope in logs.

 public function __destruct()
    {
        if (!isset($this->scope[self::DEBUG_TRACE_DETACH])) {
            trigger_error(sprintf(
                'Scope: missing call to Scope::detach() for scope #%d, created %s',
                spl_object_id($this->scope),
                self::formatBacktrace($this->scope[self::DEBUG_TRACE_CREATE]),
            ));
        }
    }
🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India gaurav_manerkar Vasco Da Gama, Goa

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024