File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/bundler-plugin-core/src Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { Options, SentrySDKBuildFlags } from "./types";
1414import {
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
You can’t perform that action at this time.
0 commit comments