Skip to content

Conversation

@s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Jan 15, 2026

Description

The JS Bundler Plugins repo uses the CLI instance in the Build Plugin Manager. However, injecting debug IDs is handled with a "raw" .execute(). This PR adds this directly to the CLI instance under the namespace sourceMaps. Uploading source maps can be handled through this namespace as well in the future.

related PR: getsentry/sentry-javascript-bundler-plugins#836

@s1gr1d s1gr1d requested review from a team as code owners January 15, 2026 12:25
@github-actions

This comment was marked as resolved.

* @param options Options to configure the source map upload.
* @returns A promise that resolves when the upload has completed successfully.
*/
// TODO: Move `uploadSourceMaps()` from Releases to SourceMaps class as `.upload()`
Copy link
Member

Choose a reason for hiding this comment

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

SGTM, but I think we can leave this command in place to avoid breaking anyone once we move things over.

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.

3 participants