guanaco-io / alerta

Camel OSGI bundles for error handling with Alerta (https://alerta.io/)
Apache License 2.0
0 stars 0 forks source link

Failures are not reported for 'configureAlerta' inside a single route #6

Closed gertv closed 4 years ago

gertv commented 4 years ago

When using a route like this, failures are not being reported:

from("direct:start)
   .configureAlerta[String]
   .throwException(new RuntimException("Boom!"))