-
-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Labels
CLIProduct areaProduct area
Description
Description
The CLI already supports creating a release, but not injecting one.
There are some Sentry JavaScript SDKs (Next.js, React Router and soon Nuxt) which rather use the Sentry Plugin Manager (which calls the CLI) to inject debug IDs than using the bundler plugins for that. Sometimes it's not possible to add bundler plugins, or the frameworks are exposing build-end hooks, where we can just call the CLI methods at the end of the build.
Release injection currently only works through the bundler plugins (code) and could be added to the CLI as well.
Metadata
Metadata
Assignees
Labels
CLIProduct areaProduct area