Skip to content

Commit a9671bf

Browse files
author
Luca Forstner
authored
feat(core): Export createSentryBuildPluginManager (#717)
1 parent 4a9d5a0 commit a9671bf

File tree

1 file changed

+1
-0
lines changed
  • packages/bundler-plugin-core/src

1 file changed

+1
-0
lines changed

packages/bundler-plugin-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,4 @@ export function getDebugIdSnippet(debugId: string): string {
451451
export type { Logger } from "./logger";
452452
export type { Options, SentrySDKBuildFlags } from "./types";
453453
export { replaceBooleanFlagsInCode, stringToUUID } from "./utils";
454+
export { createSentryBuildPluginManager } from "./build-plugin-manager";

0 commit comments

Comments
 (0)