Skip to content

feat: Add @sentry/bundler-plugins core package#938

Merged
isaacs merged 5 commits into
mainfrom
timfish/feat/single-core-package
Jun 4, 2026
Merged

feat: Add @sentry/bundler-plugins core package#938
isaacs merged 5 commits into
mainfrom
timfish/feat/single-core-package

Conversation

@timfish

@timfish timfish commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Consolidates all bundler plugin code into a single new @sentry/bundler-plugins package with subpath exports (/rollup, /webpack, /vite, etc.). Code was moved using git mv to preserve history.

The existing bundler-specific packages (@sentry/rollup-plugin, etc.) become thin stubs that re-export from @sentry/bundler-plugins.

This makes it straightforward to:

  • Add new bundler support (e.g. rolldown) without publishing a new package
  • Move all plugin code in the JS monorepo as a single dependency rather than 6
  • Keep bundler-specific packages at v5, avoiding unnecessary major version bumps for users

Individual packages can eventually be deprecated but there's no urgency — integration tests still target them and they remain fully functional.

Comment thread packages/bundler-plugins/src/core/index.ts Outdated
Comment thread packages/bundler-plugins/src/rollup/index.ts Outdated
Comment thread packages/bundler-plugins/src/vite/index.ts Outdated
Comment thread packages/bundler-plugins/src/vite/index.ts Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 859fcca. Configure here.

Comment thread packages/esbuild-plugin/src/index.ts
@timfish timfish requested a review from isaacs June 4, 2026 18:24

@isaacs isaacs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@isaacs isaacs merged commit 105f25a into main Jun 4, 2026
26 checks passed
@isaacs isaacs deleted the timfish/feat/single-core-package branch June 4, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants