Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions packages/bundler-plugin-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,12 @@ export function getDebugIdSnippet(debugId: string): CodeInjection {

export type { Logger } from "./logger";
export type { Options, SentrySDKBuildFlags } from "./types";
export { CodeInjection, replaceBooleanFlagsInCode, stringToUUID } from "./utils";
export {
CodeInjection,
replaceBooleanFlagsInCode,
stringToUUID,
generateGlobalInjectorCode,
generateModuleMetadataInjectorCode,
} from "./utils";
export { createSentryBuildPluginManager } from "./build-plugin-manager";
export { generateGlobalInjectorCode, generateModuleMetadataInjectorCode } from "./utils";
export { createDebugIdUploadFunction } from "./debug-id-upload";
1 change: 0 additions & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
},
"dependencies": {
"@sentry/bundler-plugin-core": "4.9.1",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
Loading
Loading