Skip to content
Open
Show file tree
Hide file tree
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
28 changes: 28 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,33 @@ jobs:
working-directory: dev-packages/cloudflare-integration-tests
run: yarn test

job_bundler_plugin_integration_tests:
name: Bundler Plugin Integration Tests
needs: [job_get_metadata, job_build]
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
uses: actions/checkout@v6
with:
ref: ${{ env.HEAD_COMMIT }}
# The fixtures install the locally-packed `@sentry/bundler-plugins` tarball with pnpm.
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
with:
version: 9.15.9
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version-file: 'package.json'
- name: Restore caches
uses: ./.github/actions/restore-cache
with:
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}

- name: Run integration tests
working-directory: dev-packages/bundler-plugin-integration-tests
run: yarn test

job_bun_integration_tests:
name: Bun Integration Tests
needs: [job_get_metadata, job_build]
Expand Down Expand Up @@ -1200,6 +1227,7 @@ jobs:
job_node_integration_tests,
job_node_core_integration_tests,
job_cloudflare_integration_tests,
job_bundler_plugin_integration_tests,
job_bun_integration_tests,
job_browser_playwright_tests,
job_browser_loader_tests,
Expand Down
3 changes: 3 additions & 0 deletions dev-packages/bundler-plugin-integration-tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
fixtures/*/out/**
# Per-fixture installs are regenerated by setup.mjs (`pnpm install --force`)
fixtures/*/node_modules
fixtures/*/pnpm-lock.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare function getSentryConfig(outDir: string): SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare function getErrorHandlingConfig(port: string): SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
import type { SentryRollupPluginOptions } from "@sentry/bundler-plugins/rollup";
export declare const sentryConfig: SentryRollupPluginOptions;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { getSentryConfig } from "../configs/after-upload-deletion-promise.config.js";

const outDir = "./out/after-upload-deletion-promise";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/after-upload-deletion.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/application-key.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const esbuild = require("esbuild");
const { sentryEsbuildPlugin } = require("@sentry/esbuild-plugin");
const { sentryEsbuildPlugin } = require("@sentry/bundler-plugins/esbuild");
const { sentryConfig } = require("../configs/basic.config.cjs");

esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/basic-release-disabled.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/basic-sourcemaps.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/basic.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/build-info.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles, runFileInNode }) => {
try {
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
e.SENTRY_RELEASE = { id: "build-information-injection-test" };
e.SENTRY_BUILD_INFO = { "deps": ["@sentry/esbuild-plugin", "esbuild"], "depsVersions": {}, "nodeVersion":"NODE_VERSION" };
e.SENTRY_BUILD_INFO = { "deps": ["@sentry/bundler-plugins", "esbuild"], "depsVersions": {}, "nodeVersion":"NODE_VERSION" };
} catch (e2) {
}
})();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/bundle-size-optimizations.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/debugid-disabled.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/dont-mess-up-user-code.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { getErrorHandlingConfig } from "../configs/errorhandling.config.js";

const FAKE_SENTRY_PORT = process.env.FAKE_SENTRY_PORT || "9876";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as esbuild from "esbuild";
import * as path from "path";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";

await esbuild.build({
entryPoints: ["./src/inject-compat-index.ts"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/module-metadata.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/multiple-entry-points.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
"type": "module",
"dependencies": {
"esbuild": "0.28.0",
"@sentry/esbuild-plugin": "5.3.0"
"@sentry/bundler-plugins": "5.3.0"
},
"pnpm": {
"overrides": {
"@sentry/bundler-plugins": "file:../../../bundler-plugins/sentry-bundler-plugins-5.3.0.tgz",
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0.tgz",
"@sentry/esbuild-plugin": "file:../../../esbuild-plugin/sentry-esbuild-plugin-5.3.0.tgz",
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0.tgz"
"@sentry/bundler-plugins": "file:../../../../packages/bundler-plugins/sentry-bundler-plugins-5.3.0.tgz"
},
"patchedDependencies": {
"@sentry/cli": "../patches/@sentry__cli.patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/release-disabled.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/release-value-with-quotes.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "esbuild";
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
import { sentryEsbuildPlugin } from "@sentry/bundler-plugins/esbuild";
import { sentryConfig } from "../configs/telemetry.config.js";

await esbuild.build({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ test(import.meta.url, ({ runBundler, readOutputFiles, runFileInNode }) => {
runBundler();
expect(readOutputFiles()).toMatchInlineSnapshot(`
{
"sentry-telemetry.json": "[{"sent_at":"TIMESTAMP","sdk":{"name":"sentry.javascript.node","version":"10.56.0"}},[[{"type":"session"},{"sid":"UUID","init":true,"started":"TIMESTAMP","timestamp":"TIMESTAMP","status":"ok","errors":0,"duration":DURATION,"attrs":{"release":"PLUGIN_VERSION","environment":"production"}}]]],
[{"event_id":"UUID","sent_at":"TIMESTAMP","sdk":{"name":"sentry.javascript.node","version":"10.56.0"},"trace":{"environment":"production","release":"PLUGIN_VERSION","public_key":"UUID","trace_id":"UUID","org_id":"1","transaction":"Sentry Bundler Plugin execution","sampled":"true","sample_rand":"SAMPLE_RAND","sample_rate":"1"}},[[{"type":"transaction"},{"contexts":{"trace":{"span_id":"SHORT_UUID","trace_id":"UUID","data":{"sentry.origin":"manual","sentry.source":"custom","sentry.sample_rate":1},"origin":"manual"},"runtime":{"name":"node","version":"NODE_VERSION"}},"spans":[],"start_timestamp":START_TIMESTAMP,"timestamp":TIMESTAMP,"transaction":"Sentry Bundler Plugin execution","type":"transaction","transaction_info":{"source":"custom"},"platform":"PLATFORM","event_id":"UUID","environment":"production","release":"PLUGIN_VERSION","tags":{"upload-legacy-sourcemaps":false,"module-metadata":false,"inject-build-information":false,"set-commits":"auto","finalize-release":true,"deploy-options":false,"custom-error-handler":false,"sourcemaps-assets":false,"delete-after-upload":false,"sourcemaps-disabled":false,"react-annotate":false,"node":"NODE_VERSION","platform":"PLATFORM","meta-framework":"none","application-key-set":false,"ci":true,"project":"undefined","bundler":"esbuild","bundler-major-version":"28"},"user":{},"sdk":{"name":"sentry.javascript.node","version":"10.56.0","integrations":[],"packages":[{"name":"npm:@sentry/node","version":"10.56.0"}]}}]]],
[{"sent_at":"TIMESTAMP","sdk":{"name":"sentry.javascript.node","version":"10.56.0"}},[[{"type":"session"},{"sid":"UUID","init":false,"started":"TIMESTAMP","timestamp":"TIMESTAMP","status":"exited","errors":0,"duration":DURATION,"attrs":{"release":"PLUGIN_VERSION","environment":"production"}}]]],
"sentry-telemetry.json": "[{"sent_at":"TIMESTAMP","sdk":{"name":"sentry.javascript.node","version":"SDK_VERSION"}},[[{"type":"session"},{"sid":"UUID","init":true,"started":"TIMESTAMP","timestamp":"TIMESTAMP","status":"ok","errors":0,"duration":DURATION,"attrs":{"release":"PLUGIN_VERSION","environment":"production"}}]]],
[{"event_id":"UUID","sent_at":"TIMESTAMP","sdk":{"name":"sentry.javascript.node","version":"SDK_VERSION"},"trace":{"environment":"production","release":"PLUGIN_VERSION","public_key":"UUID","trace_id":"UUID","org_id":"1","transaction":"Sentry Bundler Plugin execution","sampled":"true","sample_rand":"SAMPLE_RAND","sample_rate":"1"}},[[{"type":"transaction"},{"contexts":{"trace":{"span_id":"SHORT_UUID","trace_id":"UUID","data":{"sentry.origin":"manual","sentry.source":"custom","sentry.sample_rate":1},"origin":"manual"},"runtime":{"name":"node","version":"NODE_VERSION"}},"spans":[],"start_timestamp":START_TIMESTAMP,"timestamp":TIMESTAMP,"transaction":"Sentry Bundler Plugin execution","type":"transaction","transaction_info":{"source":"custom"},"platform":"PLATFORM","event_id":"UUID","environment":"production","release":"PLUGIN_VERSION","tags":{"upload-legacy-sourcemaps":false,"module-metadata":false,"inject-build-information":false,"set-commits":"auto","finalize-release":true,"deploy-options":false,"custom-error-handler":false,"sourcemaps-assets":false,"delete-after-upload":false,"sourcemaps-disabled":false,"react-annotate":false,"node":"NODE_VERSION","platform":"PLATFORM","meta-framework":"none","application-key-set":false,"ci":true,"project":"undefined","bundler":"esbuild","bundler-major-version":"28"},"user":{},"sdk":{"name":"sentry.javascript.node","version":"SDK_VERSION","integrations":[],"packages":[{"name":"npm:@sentry/node","version":"SDK_VERSION"}]}}]]],
[{"sent_at":"TIMESTAMP","sdk":{"name":"sentry.javascript.node","version":"SDK_VERSION"}},[[{"type":"session"},{"sid":"UUID","init":false,"started":"TIMESTAMP","timestamp":"TIMESTAMP","status":"exited","errors":0,"duration":DURATION,"attrs":{"release":"PLUGIN_VERSION","environment":"production"}}]]],
",
"telemetry.js": "(() => {
// _sentry-injection-stub
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
import { sentryRollupPlugin } from "@sentry/bundler-plugins/rollup";
import { defineConfig } from "rolldown";
import { getSentryConfig } from "../configs/after-upload-deletion-promise.config.js";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
import { sentryRollupPlugin } from "@sentry/bundler-plugins/rollup";
import { defineConfig } from "rolldown";
import { sentryConfig } from "../configs/after-upload-deletion.config.js";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
import { sentryRollupPlugin } from "@sentry/bundler-plugins/rollup";
import { defineConfig } from "rolldown";
import { sentryConfig } from "../configs/application-key.config.js";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { sentryRollupPlugin } = require("@sentry/rollup-plugin");
const { sentryRollupPlugin } = require("@sentry/bundler-plugins/rollup");
const { defineConfig } = require("rolldown");
const { sentryConfig } = require("../configs/basic.config.js");

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
import { sentryRollupPlugin } from "@sentry/bundler-plugins/rollup";
import { defineConfig } from "rolldown";
import { sentryConfig } from "../configs/basic-release-disabled.config.js";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
import { sentryRollupPlugin } from "@sentry/bundler-plugins/rollup";
import { defineConfig } from "rolldown";
import { sentryConfig } from "../configs/basic-sourcemaps.config.js";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
import { sentryRollupPlugin } from "@sentry/bundler-plugins/rollup";
import { defineConfig } from "rolldown";
import { sentryConfig } from "../configs/basic.config.js";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
import { sentryRollupPlugin } from "@sentry/bundler-plugins/rollup";
import { defineConfig } from "rolldown";
import { sentryConfig } from "../configs/build-info.config.js";

Expand Down
Loading
Loading