Lukas Bloder

Results 34 comments of Lukas Bloder

Hi @gilday, Could you try to add the following to your `build.gradle` or `build.gradle.kts` file: ``` tasks.named("sentryCollectSourcesJava") { mustRunAfter("quarkusGenerateCode", "quarkusGenerateCodeDev", "quarkusGenerateCodeTests") } ``` This should fix the dependency issue you...

Hi @lee-jinhwan, Thanks for providing this PR. I had a quick look, but unfortunately one our Integration tests is failing due to the changes. The Test in question is `SentrySpringIntegrationTest.attaches...

Hi @cowwoc, were you able to compile the sdk with your proposed `module-info.java` files? I did give that a try, unfortunately, as soon as we add those our build breaks...

@kahest We are currently sending transaction (root span) data as `extra` [here](https://github.com/getsentry/sentry-java/blob/9762f09afa51944b40a9b77e116a55e54636e6c5/sentry/src/main/java/io/sentry/protocol/SentryTransaction.java#L98-L103). Should we keep that for the sake of backwards compatibility?

Hi @IcyEagle, Thanks for reaching out. Could you verify, maybe through debugging, that this is in fact a supressed exception? If so, supressed exception are currently not supported/reported on/to sentry...

Hi @AlbertoCortina, Good to hear, that it works after downgrading. However, I was unable to reproduce your problem with either `24.7.0` or `24.7.1` on my own self-hosted instance. I set-up...

@vy @ppkarwasz I had a quick sync internally, and for now, we would like to keep the schema out of the examples due to the xml not being valid against...

@vy Would you be so kind and apply the changes suggested by @ppkarwasz? Then I think we can move foward and approve. Thanks again for doing this 👍

@vy Thank your for bearing with us. After testing with IntelliJ it would still mark the `Sentry` tag as not allowed, so we had to remove the `xmlns` attribute from...

Tested with `org.springframework.boot:spring-boot-starter-artemis`. Writing to the queue will enforce the jms specification and throw an exception: `AMQ139012: The property name 'sentry-trace' is not a valid java identifier` When reading from...