Skip to content

Commit 2c8e290

Browse files
author
Luca Forstner
authored
feat: Log upon successful upload (#314)
1 parent d7f191c commit 2c8e290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bundler-plugin-core/src/debug-id-upload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export function createDebugIdUploadFunction({
155155
);
156156

157157
uploadSpan.finish();
158+
logger.info("Successfully uploaded source maps to Sentry");
158159
}
159160

160161
if (filesToDeleteAfterUpload) {

0 commit comments

Comments
 (0)