Skip to content

Commit

Permalink
fix: remove push error sent to sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsoderberg committed May 3, 2024
1 parent 1319448 commit 8530e36
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,7 @@ export class SendMessagePush extends SendMessageBase {
'unexpected_push_error',
e.message || e.name || 'Un-expect Push provider error',
command,
LogCodeEnum.PUSH_ERROR,
e
LogCodeEnum.PUSH_ERROR
);

const raw = JSON.stringify(e) !== JSON.stringify({}) ? JSON.stringify(e) : JSON.stringify(e.message);
Expand Down

0 comments on commit 8530e36

Please sign in to comment.