|
33 | 33 | "OpenTelemetry\\Contrib\\Instrumentation\\MySqli\\": "src/Instrumentation/MySqli/src", |
34 | 34 | "OpenTelemetry\\Contrib\\Instrumentation\\OpenAIPHP\\": "src/Instrumentation/OpenAIPHP/src", |
35 | 35 | "OpenTelemetry\\Contrib\\Instrumentation\\PDO\\": "src/Instrumentation/PDO/src", |
| 36 | + "OpenTelemetry\\Contrib\\Instrumentation\\Opcache\\": "src/Instrumentation/Opcache/src", |
36 | 37 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr3\\": "src/Instrumentation/Psr3/src", |
37 | 38 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr6\\": "src/Instrumentation/Psr6/src", |
38 | 39 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr14\\": "src/Instrumentation/Psr14/src", |
39 | 40 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr15\\": "src/Instrumentation/Psr15/src", |
40 | 41 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr16\\": "src/Instrumentation/Psr16/src", |
41 | 42 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr18\\": "src/Instrumentation/Psr18/src", |
42 | 43 | "OpenTelemetry\\Contrib\\Instrumentation\\ReactPHP\\": "src/Instrumentation/ReactPHP/src", |
| 44 | + "OpenTelemetry\\Contrib\\Instrumentation\\Session\\": "src/Instrumentation/Session/src", |
43 | 45 | "OpenTelemetry\\Contrib\\Instrumentation\\Slim\\": "src/Instrumentation/Slim/src", |
44 | 46 | "OpenTelemetry\\Contrib\\Instrumentation\\Symfony\\": "src/Instrumentation/Symfony/src", |
45 | 47 | "OpenTelemetry\\Contrib\\Instrumentation\\Wordpress\\": "src/Instrumentation/Wordpress/src", |
|
74 | 76 | "src/Instrumentation/MySqli/_register.php", |
75 | 77 | "src/Instrumentation/OpenAIPHP/_register.php", |
76 | 78 | "src/Instrumentation/PDO/_register.php", |
| 79 | + "src/Instrumentation/Opcache/_register.php", |
77 | 80 | "src/Instrumentation/Psr3/_register.php", |
78 | 81 | "src/Instrumentation/Psr6/_register.php", |
79 | 82 | "src/Instrumentation/Psr14/_register.php", |
80 | 83 | "src/Instrumentation/Psr15/_register.php", |
81 | 84 | "src/Instrumentation/Psr16/_register.php", |
82 | 85 | "src/Instrumentation/Psr18/_register.php", |
83 | 86 | "src/Instrumentation/ReactPHP/_register.php", |
| 87 | + "src/Instrumentation/Session/_register.php", |
84 | 88 | "src/Instrumentation/Slim/_register.php", |
85 | 89 | "src/Instrumentation/Symfony/_register.php", |
86 | 90 | "src/Instrumentation/Wordpress/_register.php", |
|
111 | 115 | "OpenTelemetry\\Tests\\Instrumentation\\MySqli\\": "src/Instrumentation/MySqli/tests", |
112 | 116 | "OpenTelemetry\\Contrib\\Instrumentation\\OpenAIPHP\\Tests\\": "src/Instrumentation/OpenAIPHP/tests", |
113 | 117 | "OpenTelemetry\\Tests\\Instrumentation\\PDO\\": "src/Instrumentation/PDO/tests", |
| 118 | + "OpenTelemetry\\Tests\\Instrumentation\\Opcache\\": "src/Instrumentation/Opcache/tests", |
114 | 119 | "OpenTelemetry\\Tests\\Instrumentation\\Psr6\\": "src/Instrumentation/Psr6/tests", |
115 | 120 | "OpenTelemetry\\Instrumentation\\Psr14\\Tests\\": "src/Instrumentation/Psr14/tests", |
116 | 121 | "OpenTelemetry\\Tests\\Instrumentation\\Psr16\\": "src/Instrumentation/Psr16/tests", |
117 | 122 | "OpenTelemetry\\Tests\\Instrumentation\\ReactPHP\\": "src/Instrumentation/ReactPHP/tests", |
| 123 | + "OpenTelemetry\\Tests\\Instrumentation\\Session\\": "src/Instrumentation/Session/tests", |
118 | 124 | "OpenTelemetry\\Tests\\Instrumentation\\Slim\\": "src/Instrumentation/Slim/tests", |
119 | 125 | "OpenTelemetry\\Tests\\Instrumentation\\Symfony\\tests\\": "src/Instrumentation/Symfony/tests", |
120 | 126 | "OpenTelemetry\\Tests\\Instrumentation\\Wordpress\\": "src/Instrumentation/Wordpress/tests", |
|
149 | 155 | "open-telemetry/opentelemetry-auto-mysqli": "self.version", |
150 | 156 | "open-telemetry/opentelemetry-auto-openai-php": "self.version", |
151 | 157 | "open-telemetry/opentelemetry-auto-pdo": "self.version", |
| 158 | + "open-telemetry/opentelemetry-auto-opcache": "self.version", |
152 | 159 | "open-telemetry/opentelemetry-auto-psr3": "self.version", |
153 | 160 | "open-telemetry/opentelemetry-auto-psr6": "self.version", |
154 | 161 | "open-telemetry/opentelemetry-auto-psr14": "self.version", |
155 | 162 | "open-telemetry/opentelemetry-auto-psr15": "self.version", |
156 | 163 | "open-telemetry/opentelemetry-auto-psr16": "self.version", |
157 | 164 | "open-telemetry/opentelemetry-auto-psr18": "self.version", |
158 | 165 | "open-telemetry/opentelemetry-auto-reactphp": "self.version", |
| 166 | + "open-telemetry/opentelemetry-auto-php-session": "self.version", |
159 | 167 | "open-telemetry/opentelemetry-auto-slim": "self.version", |
160 | 168 | "open-telemetry/opentelemetry-auto-symfony": "self.version", |
161 | 169 | "open-telemetry/opentelemetry-auto-wordpress": "self.version", |
|
0 commit comments