We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createSentryBuildPluginManager
1 parent 4a9d5a0 commit a9671bfCopy full SHA for a9671bf
packages/bundler-plugin-core/src/index.ts
@@ -451,3 +451,4 @@ export function getDebugIdSnippet(debugId: string): string {
451
export type { Logger } from "./logger";
452
export type { Options, SentrySDKBuildFlags } from "./types";
453
export { replaceBooleanFlagsInCode, stringToUUID } from "./utils";
454
+export { createSentryBuildPluginManager } from "./build-plugin-manager";
0 commit comments