Skip to content

Commit

Permalink
Merge pull request #1896 from ardriveapp/PE-6950-filter-out-from-sent…
Browse files Browse the repository at this point in the history
…ry-string-plausible-response-error-client-exception-xml-http-request-error

PE-6950: filter out from sentry string plausible response error client exception xml http request error
  • Loading branch information
thiagocarvalhodev authored Oct 16, 2024
2 parents ca30fbe + f9a5941 commit 705172e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ abstract class PlausibleEventTracker {
);
}
} catch (e, s) {
logger.e('Plausible response error: $e $s');
logger.w('Plausible response error: $e $s');
}
}

Expand Down

0 comments on commit 705172e

Please sign in to comment.