We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8ee1f commit 5c497ffCopy full SHA for 5c497ff
packages/integration-tests-next/fixtures/rolldown/errorhandling.config.ts
@@ -2,7 +2,7 @@ import { sentryRollupPlugin } from "@sentry/rollup-plugin";
2
import { defineConfig } from "rolldown";
3
import { getErrorHandlingConfig } from "../configs/errorhandling.config.js";
4
5
-const FAKE_SENTRY_PORT = process.env.FAKE_SENTRY_PORT || "9876";
+const FAKE_SENTRY_PORT = process.env["FAKE_SENTRY_PORT"] || "9876";
6
7
export default defineConfig({
8
input: "src/basic.js",
0 commit comments