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";
14
14
import {
15
15
generateGlobalInjectorCode ,
16
16
generateModuleMetadataInjectorCode ,
17
- getBuildInformation as actualGetBuildInformation ,
18
17
replaceBooleanFlagsInCode ,
19
18
stringToUUID ,
20
19
stripQueryAndHashFromPath ,
@@ -174,13 +173,6 @@ export function sentryUnpluginFactory({
174
173
} ) ;
175
174
}
176
175
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
-
184
176
/**
185
177
* Determines whether the Sentry CLI binary is in its expected location.
186
178
* 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