Module: AppsignalExtensions
- Defined in:
- lib/appsignal_extensions/middleware.rb,
lib/appsignal_extensions.rb,
lib/appsignal_extensions/version.rb
Overview
Used to open an Appsignal transaction, but to let the callee close it when it is done. The standard Rack middleware for Appsignal closes the transaction as soon as the response triplet gets returned, we need to keep the transaction open as long as the response is being read.
Defined Under Namespace
Classes: Middleware
Constant Summary collapse
- VERSION =
"2.0.1".freeze