Skip to content

Commit

Permalink
don't log url follow error
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Jan 29, 2025
1 parent a3233d9 commit 7b2538c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generator/v2/UrlHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class UrlHandler {
return res;
});
} catch (e) {
Log.l.error(e);
Sentry.captureException(e, {
extra: {
url: urlStr,
Expand Down

0 comments on commit 7b2538c

Please sign in to comment.