Skip to content

Commit 298bf69

Browse files
committed
fix monorepo registration for component
1 parent 4024828 commit 298bf69

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ updates:
8282
- "/src/Instrumentation/Psr18"
8383
- "/src/Instrumentation/Psr3"
8484
- "/src/Instrumentation/Psr6"
85+
- "/src/Instrumentation/ReactHttp"
8586
- "/src/Instrumentation/Slim"
8687
- "/src/Instrumentation/Symfony"
8788
- "/src/Instrumentation/Wordpress"

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
'Instrumentation/Psr15',
4444
'Instrumentation/Psr16',
4545
'Instrumentation/Psr18',
46-
'Instrumentation/ReactHTTP',
46+
'Instrumentation/ReactHttp',
4747
'Instrumentation/Slim',
4848
'Instrumentation/Symfony',
4949
'Instrumentation/Yii',

.gitsplit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ splits:
4747
- prefix: "src/Instrumentation/Psr16"
4848
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-psr16.git"
4949
- prefix: "src/Instrumentation/Psr18"
50-
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-react-http.git"
51-
- prefix: "src/Instrumentation/ReactHTTP"
5250
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-psr18.git"
51+
- prefix: "src/Instrumentation/ReactHttp"
52+
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-react-http.git"
5353
- prefix: "src/Instrumentation/Slim"
5454
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-slim.git"
5555
- prefix: "src/Instrumentation/Symfony"

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"OpenTelemetry\\Contrib\\Instrumentation\\Psr3\\": "src/Instrumentation/Psr3/src",
3030
"OpenTelemetry\\Contrib\\Instrumentation\\Psr15\\": "src/Instrumentation/Psr15/src",
3131
"OpenTelemetry\\Contrib\\Instrumentation\\Psr18\\": "src/Instrumentation/Psr18/src",
32+
"OpenTelemetry\\Contrib\\Instrumentation\\ReactHttp\\": "src/Instrumentation/ReactHttp/src",
3233
"OpenTelemetry\\Contrib\\Instrumentation\\Slim\\": "src/Instrumentation/Slim/src",
3334
"OpenTelemetry\\Contrib\\Instrumentation\\Symfony\\": "src/Instrumentation/Symfony/src",
3435
"OpenTelemetry\\Contrib\\Instrumentation\\Wordpress\\": "src/Instrumentation/Wordpress/src",
@@ -53,6 +54,7 @@
5354
"src/Instrumentation/Psr3/_register.php",
5455
"src/Instrumentation/Psr15/_register.php",
5556
"src/Instrumentation/Psr18/_register.php",
57+
"src/Instrumentation/ReactHttp/_register.php",
5658
"src/Instrumentation/Slim/_register.php",
5759
"src/Instrumentation/Symfony/_register.php",
5860
"src/Instrumentation/Wordpress/_register.php",
@@ -79,6 +81,7 @@
7981
"open-telemetry/opentelemetry-auto-psr3": "self.version",
8082
"open-telemetry/opentelemetry-auto-psr15": "self.version",
8183
"open-telemetry/opentelemetry-auto-psr18": "self.version",
84+
"open-telemetry/opentelemetry-auto-react-http": "self.version",
8285
"open-telemetry/opentelemetry-auto-slim": "self.version",
8386
"open-telemetry/opentelemetry-auto-symfony": "self.version",
8487
"open-telemetry/opentelemetry-auto-wordpress": "self.version",

0 commit comments

Comments
 (0)