Serhii Homeniuk

Results 5 comments of Serhii Homeniuk

Would it be possible to drop a message to dlq on error? @olegz

As a workaround for now I use something like ```kotlin @Bean fun consumer() = Consumer { msg -> val header = msg.headers[AmqpHeaders.RECEIVED_ROUTING_KEY] val payload = msg.payload logger.info { "Received rabbit...

@grampelberg can you provide some update on this one? is it somewhere on roadmap?

Hello @romtsn, I'm facing same issue on my CI environment: ``` Starting a Gradle Daemon (subsequent builds will be faster) INFO: Initializing SDK with DSN: '***' INFO: No outbox dir...

For me unfortunately it's still an issue. However I made small test and here is what I found: - plugin `id "io.sentry.jvm.gradle" version "4.4.0"` is trying to run `sentry-cli-2.28.6.exe` -...