Skip to content

Commit 96da519

Browse files
authored
feat(core)!: Remove getBuildInformation export (#765)
rm getBuildInformation
1 parent 9a96e4c commit 96da519

File tree

1 file changed

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

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { Options, SentrySDKBuildFlags } from "./types";
1414
import {
1515
generateGlobalInjectorCode,
1616
generateModuleMetadataInjectorCode,
17-
getBuildInformation as actualGetBuildInformation,
1817
replaceBooleanFlagsInCode,
1918
stringToUUID,
2019
stripQueryAndHashFromPath,
@@ -174,13 +173,6 @@ export function sentryUnpluginFactory({
174173
});
175174
}
176175

177-
/**
178-
* @deprecated This will be removed in v4
179-
*/
180-
// TODO(v4): Don't export this from the package but keep the utils version
181-
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
182-
export const getBuildInformation = actualGetBuildInformation;
183-
184176
/**
185177
* Determines whether the Sentry CLI binary is in its expected location.
186178
* This function is useful since `@sentry/cli` installs the binary via a post-install

0 commit comments

Comments
 (0)