Andreas Wachowski
Andreas Wachowski
Just FYI, this is still valid. I stumbled upon it with neovim and [Shopify/ruby-lsp](https://github.com/Shopify/ruby-lsp) in a project that uses appraisal (I don't have control over that and cannot remove appraisal)....
It works now with sops 3.8.1, closing the issue.
Oops, sorry, when I closed this as completed, I had accidentally tested this with a text string, and not a number. I still get an exception with a numerical value:...
Possibly duplicate of #440
~~Actually, my configuration might be wrong. It seems to work when I assign the formatter directly to the appsignal_logger:~~ Nope, sorry I temporarily patched the Gem and got confused. It...
@unflxw Thank you for following up on this. While I can confirm that the proposed fix in 5f1a049 leads to the message being passed to the extension, unfortunately, the original...
Sounds good. Note I did not try the entirety of changes on #1423, just the part ``` message = message.to_s if message.respond_to?(:to_s) ``` But, as you already clarified in https://github.com/appsignal/appsignal-ruby/pull/1423/files#r2155308686,...
Sorry for the belated reply @unflxw , didn't get to it earlier - I can confirm that this PR fixes #1418 👍