This commit addresses #42 by adding support for emitting
ActiveSupport::Notification events after interactions with the remote
SapiNT API. The events emitted are:
response.sapi_nt
which will record normal responses, including response code
connection_failure.sapi_nt
which will record events where Faraday was unable to connect to
the remote endpoint
service_exception.sapi_nt
which records other errors states, not including connection failure
This commit addresses #42 by adding support for emitting ActiveSupport::Notification events after interactions with the remote SapiNT API. The events emitted are:
response.sapi_nt
which will record normal responses, including response codeconnection_failure.sapi_nt
which will record events where Faraday was unable to connect to the remote endpointservice_exception.sapi_nt
which records other errors states, not including connection failure