File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
sentry/src/main/java/io/sentry/util Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,20 @@ public final class SpanUtils {
24
24
if (SentryOpenTelemetryMode .AGENT == mode || SentryOpenTelemetryMode .AGENTLESS_SPRING == mode ) {
25
25
origins .add ("auto.http.spring_jakarta.webmvc" );
26
26
origins .add ("auto.http.spring.webmvc" );
27
+ origins .add ("auto.http.spring7.webmvc" );
27
28
origins .add ("auto.spring_jakarta.webflux" );
28
29
origins .add ("auto.spring.webflux" );
30
+ origins .add ("auto.spring7.webflux" );
29
31
origins .add ("auto.db.jdbc" );
30
32
origins .add ("auto.http.spring_jakarta.webclient" );
31
33
origins .add ("auto.http.spring.webclient" );
34
+ origins .add ("auto.http.spring4.webclient" );
32
35
origins .add ("auto.http.spring_jakarta.restclient" );
33
36
origins .add ("auto.http.spring.restclient" );
37
+ origins .add ("auto.http.spring7.restclient" );
34
38
origins .add ("auto.http.spring_jakarta.resttemplate" );
35
39
origins .add ("auto.http.spring.resttemplate" );
40
+ origins .add ("auto.http.spring7.resttemplate" );
36
41
origins .add ("auto.http.openfeign" );
37
42
origins .add ("auto.http.ktor-client" );
38
43
}
You can’t perform that action at this time.
0 commit comments