diff --git a/packages/bundler-plugin-core/src/index.ts b/packages/bundler-plugin-core/src/index.ts index 25ed91e2..b99c0c21 100644 --- a/packages/bundler-plugin-core/src/index.ts +++ b/packages/bundler-plugin-core/src/index.ts @@ -14,7 +14,6 @@ import { Options, SentrySDKBuildFlags } from "./types"; import { generateGlobalInjectorCode, generateModuleMetadataInjectorCode, - getBuildInformation as actualGetBuildInformation, replaceBooleanFlagsInCode, stringToUUID, stripQueryAndHashFromPath, @@ -174,13 +173,6 @@ export function sentryUnpluginFactory({ }); } -/** - * @deprecated This will be removed in v4 - */ -// TODO(v4): Don't export this from the package but keep the utils version -// eslint-disable-next-line @typescript-eslint/explicit-function-return-type -export const getBuildInformation = actualGetBuildInformation; - /** * Determines whether the Sentry CLI binary is in its expected location. * This function is useful since `@sentry/cli` installs the binary via a post-install