From dd7a3a4bf7ad54980e252e0be49ebe48c0f6d7d5 Mon Sep 17 00:00:00 2001 From: Mark Provan Date: Tue, 2 Apr 2024 17:16:18 +0100 Subject: [PATCH] docs: fix typo where Rake is mentioned instead of Rack (#922) --- instrumentation/rack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/rack/README.md b/instrumentation/rack/README.md index 1c6672829..290ad59bc 100644 --- a/instrumentation/rack/README.md +++ b/instrumentation/rack/README.md @@ -45,7 +45,7 @@ end ## Rack Middleware vs Rack Events -Since `v0.24.0`, this instrumentation uses `Rake::Events` as opposed to `Middleware` to support Requests that use Buffered Response Bodies. +Since `v0.24.0`, this instrumentation uses `Rack::Events` as opposed to `Middleware` to support Requests that use Buffered Response Bodies. If your application does not support `Rack::Events`, you may disable it by setting `use_rack_events: false`, e.g.