Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Mar 28, 2023
1 parent dbac19e commit ed97aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundler-plugin-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { getDependencies, getPackageJson, parseMajorVersion } from "./utils";

const ALLOWED_TRANSFORMATION_FILE_ENDINGS = [".js", ".ts", ".jsx", ".tsx", ".mjs"];

// pathToFileURL is necessary for windows
const releaseInjectionFilePath = url.pathToFileURL(
require.resolve("@sentry/bundler-plugin-core/sentry-release-injection-file")
).href;
Expand Down

0 comments on commit ed97aff

Please sign in to comment.