rorvswild icon indicating copy to clipboard operation
rorvswild copied to clipboard

Performances & exceptions monitoring for Ruby on Rails applications

Results 7 rorvswild issues
Sort by recently updated
recently updated
newest added

``` 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: ![Exception screenshot](https://github.com/BaseSecrete/rorvswild/assets/3557/c0346e48-d9dd-41ce-b15a-6955d812a175)...

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...

![image](https://user-images.githubusercontent.com/51314845/209673941-3881689c-506b-4d68-9c21-db919d5631c4.png)