Skip to content

Commit

Permalink
Merge branch 'main' into fix-find-by-sql-patch-for-rails-7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Apr 2, 2024
2 parents 0070364 + 16f11fd commit f9aef75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ permissions:

jobs:
prepare:
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
name: Process Release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4.0.2
- uses: google-github-actions/release-please-action@v4.1.0
id: prepare

outputs:
Expand Down
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 f9aef75

Please sign in to comment.