Skip to content

Commit 4024828

Browse files
committed
register component with monorepo
1 parent 383a5c2 commit 4024828

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
'Instrumentation/Psr15',
4444
'Instrumentation/Psr16',
4545
'Instrumentation/Psr18',
46+
'Instrumentation/ReactHTTP',
4647
'Instrumentation/Slim',
4748
'Instrumentation/Symfony',
4849
'Instrumentation/Yii',

.gitsplit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ 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"
5052
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-psr18.git"
5153
- prefix: "src/Instrumentation/Slim"
5254
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-slim.git"

0 commit comments

Comments
 (0)