Skip to content

Commit e31ccc6

Browse files
committed
slightly change error message wording in sendEnvelope
1 parent c5ce80a commit e31ccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/baseclient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
565565

566566
if (this._isEnabled() && this._transport) {
567567
return this._transport.send(envelope).then(null, reason => {
568-
DEBUG_BUILD && logger.error('Error while sending event:', reason);
568+
DEBUG_BUILD && logger.error('Error while sending envelope:', reason);
569569
return reason;
570570
});
571571
}

0 commit comments

Comments
 (0)