Skip to content

Commit

Permalink
Move hook manager registration to API package (#1402)
Browse files Browse the repository at this point in the history
Keeping registration in SDK to not break API >1.1.0 w/ SDK 1.1.0.
  • Loading branch information
Nevay authored Oct 13, 2024
1 parent cd8c0e3 commit f29277a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/API/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"extra": {
"branch-alias": {
"dev-main": "1.1.x-dev"
},
"spi": {
"OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\HookManagerInterface": [
"OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\ExtensionHookManager"
]
}
}
}

0 comments on commit f29277a

Please sign in to comment.