Alexander Dinauer
Alexander Dinauer
Hey @nodshams thanks for opening this issue. We'll talk about this internally and come back.
Can you please clarify how this should work @nodshams. If there's network issues, notifying other services also wouldn't work I presume.
Thanks for the info @nodshams , our suggestion would be to have a hook in Sentry that allows you to detect failed Sentry requests. So a callback that'd be invoked...
Hello @nehamohan, I'm afraid there's no direct replacement at the moment. One workaround would be to implement your own `ITransport` (via `ITransportFactory`). We're already tracking stats in client reports and...
`isHealth` is mostly for internal use at the moment, letting us know whether we should lower sample rate for transactions temporarily due to rate limit being active or our queue...
Not yet, I'm just coming back from vacation.
@lee-jinhwan we just discussed the PR and would like to retarget it onto the `8.x.x` branch so it'll be included in the 8.0 release. Can you confirm this changes behaviour...
Thanks @lee-jinhwan, I've created https://github.com/getsentry/sentry-java/issues/3656 to track the MIME type changes. Should land in 8.0. Can't give an ETA though. I'll take another look at merging this PR once I'm...
Hello @lee-jinhwan I just tested the changes and unfortunately the first POST request to the /person endpoint in our Spring Boot 3 sample fails with `org.springframework.http.converter.HttpMessageNotReadableException: Required request body is...
@lee-jinhwan it looks like this PR solves a compatiblity issue with Spring Boot 3.4. Thanks again for the PR! We're planning to merge this and release it as part of...