Bart de Water
Bart de Water
👋 I've been working with Olivier on this and was doing some code archeology from discussion on our internal PR. To help answer his question I'm pretty sure this is...
Thanks @unflxw - that's a subtle change in behaviour from our `set_error` usage to `send_error` what the Appsignal error subscriber uses. Looks like we've been lucky (or missed it) that...
> Our policy is to never throw errors in the application due to the misuse of AppSignal's helpers -- this is to prevent causing issues in production. But we should...
This would add most of the missing stuff, except the environment (headers): ```patch diff --git lib/appsignal/integrations/railtie.rb lib/appsignal/integrations/railtie.rb index 0bfbc59b..d9f29473 100644 --- lib/appsignal/integrations/railtie.rb +++ lib/appsignal/integrations/railtie.rb @@ -60,9 +60,12 @@ module Appsignal...
@unflxw do you want a separate issue for the general solution stuff you mentioned?