portagenetwork / roadmap

Developed by the the Alliance in collaboration with University of Alberta, DMP Assistant a data management planning tool, forking the DMP Roadmap codebase
MIT License
6 stars 1 forks source link

Address `ActionController::RoutingError: No route matches [GET]` Rollbar Errors #727

Open aaronskiba opened 2 months ago

aaronskiba commented 2 months ago

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

Expected behaviour:

Actual behaviour:

aaronskiba commented 2 months ago

Jupiter's Rollbar config simply ignores ActionController::RoutingError: config.exception_level_filters['ActionController::RoutingError'] = 'ignore' https://github.com/ualbertalib/jupiter/blob/22a98097e48e4fa3b2522b18b864244adf40927c/config/initializers/rollbar.rb#L34

Another option: How to Handle an ActionController::Routing Error