Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions packages/bundler-plugin-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { Options, SentrySDKBuildFlags } from "./types";
import {
generateGlobalInjectorCode,
generateModuleMetadataInjectorCode,
getBuildInformation as actualGetBuildInformation,
replaceBooleanFlagsInCode,
stringToUUID,
stripQueryAndHashFromPath,
Expand Down Expand Up @@ -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
Expand Down
Loading