Hello! Not out of the box. Camel K depends on Camel framework (via Camel Quarkus runtime). In order a component to work, it must be present in Camel and then extended in Camel Quarkus ecosystem [1]. There may be tricks to try to use the Quarkus dependency directly, but I guess it requires some ad-hoc development. The first step, probably is to write the Camel component [2].
Regards, Pasquale. [1] https://camel.apache.org/camel-quarkus/next/reference/components.html [2] https://camel.apache.org/manual/writing-components.html On Mon, May 16, 2022 at 8:46 PM David Borja <adbo...@gmail.com> wrote: > Hi devs! > > Is there a way to send the camel-k logs to sentry? is sentry supported by > camel-k? i know Quarkus supports Sentry but i need to add an extension > (sentry) however i am not sure how to do this with camel-k > > Thanks! >