We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ce80a commit e31ccc6Copy full SHA for e31ccc6
packages/core/src/baseclient.ts
@@ -565,7 +565,7 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
565
566
if (this._isEnabled() && this._transport) {
567
return this._transport.send(envelope).then(null, reason => {
568
- DEBUG_BUILD && logger.error('Error while sending event:', reason);
+ DEBUG_BUILD && logger.error('Error while sending envelope:', reason);
569
return reason;
570
});
571
}
0 commit comments