|
40 | 40 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr16\\": "src/Instrumentation/Psr16/src",
|
41 | 41 | "OpenTelemetry\\Contrib\\Instrumentation\\Psr18\\": "src/Instrumentation/Psr18/src",
|
42 | 42 | "OpenTelemetry\\Contrib\\Instrumentation\\ReactPHP\\": "src/Instrumentation/ReactPHP/src",
|
| 43 | + "OpenTelemetry\\Contrib\\Instrumentation\\Session\\": "src/Instrumentation/Session/src", |
43 | 44 | "OpenTelemetry\\Contrib\\Instrumentation\\Slim\\": "src/Instrumentation/Slim/src",
|
44 | 45 | "OpenTelemetry\\Contrib\\Instrumentation\\Symfony\\": "src/Instrumentation/Symfony/src",
|
45 | 46 | "OpenTelemetry\\Contrib\\Instrumentation\\Wordpress\\": "src/Instrumentation/Wordpress/src",
|
|
81 | 82 | "src/Instrumentation/Psr16/_register.php",
|
82 | 83 | "src/Instrumentation/Psr18/_register.php",
|
83 | 84 | "src/Instrumentation/ReactPHP/_register.php",
|
| 85 | + "src/Instrumentation/Session/_register.php", |
84 | 86 | "src/Instrumentation/Slim/_register.php",
|
85 | 87 | "src/Instrumentation/Symfony/_register.php",
|
86 | 88 | "src/Instrumentation/Wordpress/_register.php",
|
|
115 | 117 | "OpenTelemetry\\Instrumentation\\Psr14\\Tests\\": "src/Instrumentation/Psr14/tests",
|
116 | 118 | "OpenTelemetry\\Tests\\Instrumentation\\Psr16\\": "src/Instrumentation/Psr16/tests",
|
117 | 119 | "OpenTelemetry\\Tests\\Instrumentation\\ReactPHP\\": "src/Instrumentation/ReactPHP/tests",
|
| 120 | + "OpenTelemetry\\Tests\\Instrumentation\\Session\\": "src/Instrumentation/Session/tests", |
118 | 121 | "OpenTelemetry\\Tests\\Instrumentation\\Slim\\": "src/Instrumentation/Slim/tests",
|
119 | 122 | "OpenTelemetry\\Tests\\Instrumentation\\Symfony\\tests\\": "src/Instrumentation/Symfony/tests",
|
120 | 123 | "OpenTelemetry\\Tests\\Instrumentation\\Wordpress\\": "src/Instrumentation/Wordpress/tests",
|
|
156 | 159 | "open-telemetry/opentelemetry-auto-psr16": "self.version",
|
157 | 160 | "open-telemetry/opentelemetry-auto-psr18": "self.version",
|
158 | 161 | "open-telemetry/opentelemetry-auto-reactphp": "self.version",
|
| 162 | + "open-telemetry/opentelemetry-auto-php-session": "self.version", |
159 | 163 | "open-telemetry/opentelemetry-auto-slim": "self.version",
|
160 | 164 | "open-telemetry/opentelemetry-auto-symfony": "self.version",
|
161 | 165 | "open-telemetry/opentelemetry-auto-wordpress": "self.version",
|
|
0 commit comments