Issue Description
I have an in house gem that wraps the sentry library. Before the 5.4.0 release
loaded the sentry library, this now raises the following exception
LoadError:
cannot load such file -- sentry-ruby
Reproduction Steps
Add sentry-ruby as a runtime dependency to a newly created gem.
Add require 'sentry-ruby' to the entry point to the gem
run ./bin/console
[ |main S:15 U:2 ?:1 ✗|]» ./bin/console
Traceback (most recent call last):
3: from ./bin/console:5:in `<main>'
2: from ./bin/console:5:in `require'
1: from /home/jkogara/src/hopin/tesy-sentry/lib/tesy/sentry.rb:4:in `<top (required)>'
/home/jkogara/src/hopin/tesy-sentry/lib/tesy/sentry.rb:4:in `require': cannot load such file -- sentry-ruby (LoadError)
Expected Behavior
It should load without exception
Actual Behavior
There is an exception
Ruby Version
2.7.2p137
SDK Version
5.4.0
Integration and Its Version
No response
Sentry Config
No response
Issue Description
I have an in house gem that wraps the sentry library. Before the 5.4.0 release
loaded the sentry library, this now raises the following exception
Reproduction Steps
Add
sentry-rubyas a runtime dependency to a newly created gem.Add
require 'sentry-ruby'to the entry point to the gemrun
./bin/consoleExpected Behavior
It should load without exception
Actual Behavior
There is an exception
Ruby Version
2.7.2p137
SDK Version
5.4.0
Integration and Its Version
No response
Sentry Config
No response