Alexander Dinauer
Alexander Dinauer
@Angelodaniel do you know if other Sentry annotations have been used before (e.g. `@SentrySpan`, `@SentryTransaction`) or if crons is the first AOP feature in use? I'll try to reproduce and...
@Angelodaniel is there only a single `@Scheduled` method that runs in the morning and nothing else?
@Angelodaniel does this only happen when the server has been running for a while or can it be observed immediately?
@Angelodaniel is the method annotated with `@SentryCheckIn` also called from other places? e.g. when a request is performed? sorry for the many separate messages
As a workaround, you could try to use `CheckInUtils.withCheckIn` instead of the annotation and see if that helps. See https://docs.sentry.io/platforms/java/crons/#check-ins-recommended If that alone doesn't work, you might have to combine...
@stockii thank you for your answers, we'll investigate and report back here.
@stockii so far I haven't been able to confirm the load increase on our Spring Boot 3 sample. Have you had any luck with the workaround in https://github.com/getsentry/sentry-java/issues/3165#issuecomment-1912000869 ?
For Java Backend [this](https://stackoverflow.com/questions/35832603/determine-classpath-resource-file-size) might be helpful for changing `ManifestModulesLoader`.
A user has reported a diff in `toString()` when using `PreparedStatement` and the p6spy wrapper `PreparedStatementWrapper` in https://github.com/getsentry/sentry-java/issues/3223
Also see https://github.com/getsentry/sentry-java/issues/3019#issuecomment-1831840003