Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Errors #20

Merged
merged 1 commit into from
Jun 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/active_endpoint/probe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def track(env, &block)
register(request) if @matcher.unregistred?(request)
yield block
end
rescue
yield block
end

private
Expand Down