Maksym Karganov
Results
2
issues of
Maksym Karganov
Hi, recently I tried to update to 1.3.5 (from 1.3.4) and looks like one of dependencies is incorrectly resolved: ``` Bundler could not find compatible versions for gem "dry-initializer": In...
bug
Hi, I am trying following from the Readme to have exception backtrace: ```ruby YourApp::Application.configure do config.lograge.enabled = true config.lograge.custom_options = lambda do |event| { exception: event.payload[:exception], # ["ExceptionClass", "the message"]...