it would be useful to configure a global exception reporting level (eg, :warning, :error) so that all reported exceptions below this level are dropped.
rollbar/bugsnag have this afaik.
the only way i could find to do this was via before_send but we found the structures passed into that method don't match the structures in the docs and we couldn't find a reliable way to filter on level:.
it would be useful to configure a global exception reporting level (eg,
:warning,:error) so that all reported exceptions below this level are dropped.rollbar/bugsnag have this afaik.
the only way i could find to do this was via
before_sendbut we found the structures passed into that method don't match the structures in the docs and we couldn't find a reliable way to filter onlevel:.