From 17732d0b5c453faccf3e219a5300c29969e3f222 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Fri, 18 Jul 2025 15:17:37 +0200 Subject: [PATCH] rm getBuildInformation --- packages/bundler-plugin-core/src/index.ts | 8 -------- 1 file changed, 8 deletions(-) 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