|
41 | 41 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr16\\": "src/Instrumentation/Psr16/src", |
42 | 42 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr18\\": "src/Instrumentation/Psr18/src", |
43 | 43 | "OpenTelemetry\\Contrib\\Instrumentation\\ReactPHP\\": "src/Instrumentation/ReactPHP/src", |
| 44 | + "OpenTelemetry\\Contrib\\Instrumentation\\Session\\": "src/Instrumentation/Session/src", |
44 | 45 | "OpenTelemetry\\Contrib\\Instrumentation\\Slim\\": "src/Instrumentation/Slim/src", |
45 | 46 | "OpenTelemetry\\Contrib\\Instrumentation\\Symfony\\": "src/Instrumentation/Symfony/src", |
46 | 47 | "OpenTelemetry\\Contrib\\Instrumentation\\Wordpress\\": "src/Instrumentation/Wordpress/src", |
|
83 | 84 | "src/Instrumentation/Psr16/_register.php", |
84 | 85 | "src/Instrumentation/Psr18/_register.php", |
85 | 86 | "src/Instrumentation/ReactPHP/_register.php", |
| 87 | + "src/Instrumentation/Session/_register.php", |
86 | 88 | "src/Instrumentation/Slim/_register.php", |
87 | 89 | "src/Instrumentation/Symfony/_register.php", |
88 | 90 | "src/Instrumentation/Wordpress/_register.php", |
|
118 | 120 | "OpenTelemetry\\Instrumentation\\Psr14\\Tests\\": "src/Instrumentation/Psr14/tests", |
119 | 121 | "OpenTelemetry\\Tests\\Instrumentation\\Psr16\\": "src/Instrumentation/Psr16/tests", |
120 | 122 | "OpenTelemetry\\Tests\\Instrumentation\\ReactPHP\\": "src/Instrumentation/ReactPHP/tests", |
| 123 | + "OpenTelemetry\\Tests\\Instrumentation\\Session\\": "src/Instrumentation/Session/tests", |
121 | 124 | "OpenTelemetry\\Tests\\Instrumentation\\Slim\\": "src/Instrumentation/Slim/tests", |
122 | 125 | "OpenTelemetry\\Tests\\Instrumentation\\Symfony\\tests\\": "src/Instrumentation/Symfony/tests", |
123 | 126 | "OpenTelemetry\\Tests\\Instrumentation\\Wordpress\\": "src/Instrumentation/Wordpress/tests", |
|
160 | 163 | "open-telemetry/opentelemetry-auto-psr16": "self.version", |
161 | 164 | "open-telemetry/opentelemetry-auto-psr18": "self.version", |
162 | 165 | "open-telemetry/opentelemetry-auto-reactphp": "self.version", |
| 166 | + "open-telemetry/opentelemetry-auto-php-session": "self.version", |
163 | 167 | "open-telemetry/opentelemetry-auto-slim": "self.version", |
164 | 168 | "open-telemetry/opentelemetry-auto-symfony": "self.version", |
165 | 169 | "open-telemetry/opentelemetry-auto-wordpress": "self.version", |
|
0 commit comments