Skip to content

Commit b3cf736

Browse files
committed
log release output
1 parent 70e8927 commit b3cf736

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/bundler-plugin-core/src/build-plugin-manager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,8 @@ export function createSentryBuildPluginManager(
471471
const cliInstance = createCliInstance(options);
472472

473473
if (options.release.create) {
474-
await cliInstance.releases.new(options.release.name);
474+
const releaseOutput = await cliInstance.releases.new(options.release.name);
475+
logger.debug("Release created:", releaseOutput);
475476
}
476477

477478
if (options.release.uploadLegacySourcemaps) {

0 commit comments

Comments
 (0)