diff --git a/packages/bundler-plugin-core/src/index.ts b/packages/bundler-plugin-core/src/index.ts index f500195a..fca7a44d 100644 --- a/packages/bundler-plugin-core/src/index.ts +++ b/packages/bundler-plugin-core/src/index.ts @@ -451,3 +451,4 @@ export function getDebugIdSnippet(debugId: string): string { export type { Logger } from "./logger"; export type { Options, SentrySDKBuildFlags } from "./types"; export { replaceBooleanFlagsInCode, stringToUUID } from "./utils"; +export { createSentryBuildPluginManager } from "./build-plugin-manager";