Files
backstage/.changeset/module-handle-api.md
T
Patrik Oldsberg 30c40523fa Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-25 12:19:31 +01:00

461 B

@backstage/backend-plugin-api
@backstage/backend-plugin-api
minor

Added support for extension point factories. This makes it possible to call registerExtensionPoint with a single options argument and provide a factory for the extension point rather than a direct implementation. The factory is passed a context with a reportModuleStartupFailure method that makes it possible for plugins to report and attribute startup errors to the module that consumed the extension point.