File tree Expand file tree Collapse file tree
sentry/src/main/java/io/sentry/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,20 @@ public final class SpanUtils {
2424 if (SentryOpenTelemetryMode .AGENT == mode || SentryOpenTelemetryMode .AGENTLESS_SPRING == mode ) {
2525 origins .add ("auto.http.spring_jakarta.webmvc" );
2626 origins .add ("auto.http.spring.webmvc" );
27+ origins .add ("auto.http.spring7.webmvc" );
2728 origins .add ("auto.spring_jakarta.webflux" );
2829 origins .add ("auto.spring.webflux" );
30+ origins .add ("auto.spring7.webflux" );
2931 origins .add ("auto.db.jdbc" );
3032 origins .add ("auto.http.spring_jakarta.webclient" );
3133 origins .add ("auto.http.spring.webclient" );
34+ origins .add ("auto.http.spring4.webclient" );
3235 origins .add ("auto.http.spring_jakarta.restclient" );
3336 origins .add ("auto.http.spring.restclient" );
37+ origins .add ("auto.http.spring7.restclient" );
3438 origins .add ("auto.http.spring_jakarta.resttemplate" );
3539 origins .add ("auto.http.spring.resttemplate" );
40+ origins .add ("auto.http.spring7.resttemplate" );
3641 origins .add ("auto.http.openfeign" );
3742 origins .add ("auto.http.ktor-client" );
3843 }
You can’t perform that action at this time.
0 commit comments