Skip to content

Commit

Permalink
update docs to call out the bootsnap incompatability
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Jan 27, 2024
1 parent 321a63b commit 0b56b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ If you submit a change please make sure the tests and benchmarks are passing.
- **Coverband, [Elastic APM](https://github.com/elastic/apm-agent-ruby) and resque**
- In an environment that uses the Elastic APM ruby agent, resque jobs will fail with `Transactions may not be nested. Already inside #<ElasticAPM::Transaction>` if the `elastic-apm` gem is loaded _before_ the `coverband` gem
- Put `coverage` ahead of `elastic-apm` in your Gemfile
- **Bootsnap**, The methods used by [bootsnap do not support having coverage enabled](https://github.com/Shopify/bootsnap/blob/main/lib/bootsnap/compile_cache/iseq.rb#L87), so you can either have Coverband or bootsnap, but not both.

### Debugging Redis Store

Expand Down

0 comments on commit 0b56b98

Please sign in to comment.