Skip to content

Commit 40bb0a2

Browse files
committed
Merge branch 'feat/profiling-w-spring-otel-agent' of github.com:getsentry/sentry-java into feat/profiling-w-spring-otel-agent
2 parents 8fca29a + 87071dd commit 40bb0a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sentry-spring-7/src/main/java/io/sentry/spring7/SentryProfilerConfiguration.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
import org.springframework.context.annotation.Configuration;
1414

1515
/**
16-
* Handles late initialization of the profiler if the application is run with the OTEL Agent in
17-
* auto-init mode. In that case the agent cannot initialize the profiler yet and falls back to No-Op
18-
* implementations. This Configuration sets the profiler and converter on the options if that was
19-
* the case.
16+
* Handles late initialization of the profiler if the application is run with the Opentelemetry
17+
* Agent in auto-init mode. In that case the agent cannot initialize the profiler yet and falls back
18+
* to No-Op implementations. This Configuration sets the profiler and converter on the options if
19+
* that was the case.
2020
*/
2121
@Configuration(proxyBeanMethods = false)
2222
@Open

0 commit comments

Comments
 (0)