function HookManager::contextKey
3 calls to HookManager::contextKey()
- HookManager::disable in vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ HookManager.php - HookManager::disabled in vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ HookManager.php - HookManager::enable in vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ HookManager.php
File
-
vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ HookManager.php, line 34
Class
Namespace
OpenTelemetry\API\Instrumentation\AutoInstrumentationCode
private static function contextKey() : ContextKeyInterface {
static $contextKey;
return $contextKey ??= Context::createKey(self::class);
}