Skip to content

Commit

Permalink
Merge pull request #218 from lensapp/chore/remove-unnecessary-capture
Browse files Browse the repository at this point in the history
chore: remove unnecessary capture exception
  • Loading branch information
panuhorsmalahti authored Jun 26, 2024
2 parents 0f89d88 + d06b3a7 commit af445af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class Agent {
stream.on("error", error => {
console.error(error);
this.clients.forEach((client) => this.removeClient(client.socket));
captureException(error);
});

this.mplex.on("error", error => {
Expand Down

0 comments on commit af445af

Please sign in to comment.