sentry-java
sentry-java copied to clipboard
Create more spans for Spring
Problem Statement
There are very few spans created by the Spring integration. Having extra spans may help developers fix slow requests.
Solution Brainstorm
We could:
- create spans for request filter chain
- create spans for caches
- create spans for view creation