Skip to content

Commit e4ddc9e

Browse files
committed
Merge branch 'main' into timfish/feat/rollup-plugin-poc
2 parents 918a251 + 62bfaa5 commit e4ddc9e

File tree

4 files changed

+205
-225
lines changed

4 files changed

+205
-225
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,12 @@ export function getDebugIdSnippet(debugId: string): CodeInjection {
354354

355355
export type { Logger } from "./logger";
356356
export type { Options, SentrySDKBuildFlags } from "./types";
357-
export { CodeInjection, replaceBooleanFlagsInCode, stringToUUID } from "./utils";
357+
export {
358+
CodeInjection,
359+
replaceBooleanFlagsInCode,
360+
stringToUUID,
361+
generateReleaseInjectorCode,
362+
generateModuleMetadataInjectorCode,
363+
} from "./utils";
358364
export { createSentryBuildPluginManager } from "./build-plugin-manager";
359-
export { generateReleaseInjectorCode, generateModuleMetadataInjectorCode } from "./utils";
360365
export { createDebugIdUploadFunction } from "./debug-id-upload";

packages/esbuild-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
},
5050
"dependencies": {
5151
"@sentry/bundler-plugin-core": "4.9.1",
52-
"unplugin": "1.0.1",
5352
"uuid": "^9.0.0"
5453
},
5554
"devDependencies": {

0 commit comments

Comments
 (0)