Good day,
I’m spreading @SentrySpan across my application, but unfortunately, I found that Sentry’s AOP does not support annotations on the interfaces. This is crucial for working with spring-data because all the DB requests are defined in the interface.
Is there any option to enable @SentrySpan for the interfaces?
