Skip to content

Commit c07a7b4

Browse files
committed
Update index.ts
1 parent 0315a2b commit c07a7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/sentry/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default class SentryEventWorker extends Worker {
128128
* Skip non-event items
129129
*/
130130
if (itemHeader.type !== 'event') {
131-
this.logger.verbose(`Skipping non-event item of type: ${itemHeader.type}`);
131+
this.logger.info(`Skipping non-event item of type: ${itemHeader.type}`);
132132
return 'skipped';
133133
}
134134
const payloadHasSDK = typeof itemPayload === 'object' && 'sdk' in itemPayload;

0 commit comments

Comments
 (0)