rorvswild
rorvswild copied to clipboard
Performances & exceptions monitoring for Ruby on Rails applications
``` NoMethodError (undefined method `find' for #): /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/locator.rb:15:in `find_most_relevant_location' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/locator.rb:10:in `find_most_relevant_file_and_line' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/locator.rb:22:in `find_most_relevant_file_and_line_from_exception' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/agent.rb:178:in `exception_to_hash' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/agent.rb:111:in `push_exception' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/agent.rb:77:in `rescue in measure_job' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/agent.rb:76:in `measure_job' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/rorvswild-1.5.13/lib/rorvswild/plugin/active_job.rb:12:in `around_perform' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/activesupport-6.1.6/lib/active_support/callbacks.rb:126:in `instance_exec' /Users/marcbeaupre/.rvm/gems/ruby-2.7.6/gems/activesupport-6.1.6/lib/active_support/callbacks.rb:126:in `block in...
[Bullet](https://github.com/flyerhzm/bullet) helps detect N+1 queries and unused eager_loading declarations. Bullet uses [UniformNotifier](https://github.com/flyerhzm/uniform_notifier) to send notifications to tools like Airbrake, LogFiles, XMPP, Slack, ,... Could you consider adding RorVsWild as a...
For JS error tracking, it is necessary to load the agent from your CDN: ```html RorVsWild.start({apiKey: "YOUR_API_KEY"}) ``` To minimize requests to external servers, I prefer loading JS from my...
Since yesterday (2023-12-30 20:49:00 UTC+1) I get this in all my apps using RorVsWild: ``` ERROR -- : /usr/local/lib/ruby/3.3.0/net/protocol.rb:43:in `ssl_socket_connect': Net::OpenTimeout from /usr/local/lib/ruby/3.3.0/net/http.rb:1674:in `connect' from /usr/local/lib/ruby/3.3.0/net/http.rb:2388:in `begin_transport' from /usr/local/lib/ruby/3.3.0/net/http.rb:2332:in `transport_request'...
In one of my applications, I'm using [Rodauth](https://github.com/jeremyevans/rodauth) for user authentication. After installing `rorvswild` into this application, an exception is raised inside the gem when trying to authenticate: ...
Using good_job https://github.com/bensheldon/good_job the History is always expanded (close button does not work) This prevents viewing the good_job UI. The error is Refused to apply inline style because it violates...

I have a conflict with swagger documentation that I have built into my Rails app. rorvswild overrides styles which prevent highlighting selected text within json bodies of swagger ui. I...
## Description I'm receiving deprecation warnings related to `ActiveSupport::ProxyObject` after upgrading to Rails 7.2. The warnings appear to be coming from the RorVsWild gem: ``` DEPRECATION WARNING: ActiveSupport::ProxyObject is deprecated...