Skip to content

Commit e212e05

Browse files
authored
Merge pull request mastodon#117 from CrossGate-Pawoo/ignore_network_error
ignore network error
2 parents 05eeb6f + 3a6bad4 commit e212e05

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/initializers/raven.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ module PawooShouldCaptureChecker
4040
Stoplight::Error::RedLight
4141
Net::OpenTimeout
4242
Net::ReadTimeout
43+
Errno::ECONNRESET
4344
].freeze
4445

4546
NETWORK_WORKERS = %w[
47+
FetchReplyWorker
4648
LinkCrawlWorker
4749
ProcessingWorker
4850
ThreadResolveWorker
@@ -54,6 +56,7 @@ module PawooShouldCaptureChecker
5456
NETWORK_CONTROLLERS_OR_CONCERNS = %w[
5557
RemoteFollowController
5658
AuthorizeFollowsController
59+
RemoteInteractionController
5760
SignatureVerification
5861
].freeze
5962

0 commit comments

Comments
 (0)