Skip to content

Commit

Permalink
docs: fix typo where Rake is mentioned instead of Rack (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
markprovan authored Apr 2, 2024
1 parent a8df8e3 commit dd7a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/rack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dd7a3a4

Please sign in to comment.