Skip to content

Commit 243c42c

Browse files
authored
Move hook manager registration to API package (#1402)
Keeping registration in SDK to not break API >1.1.0 w/ SDK 1.1.0.
1 parent f280037 commit 243c42c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
"extra": {
3737
"branch-alias": {
3838
"dev-main": "1.1.x-dev"
39+
},
40+
"spi": {
41+
"OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\HookManagerInterface": [
42+
"OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\ExtensionHookManager"
43+
]
3944
}
4045
}
4146
}

0 commit comments

Comments
 (0)