File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sentry-spring-7/src/main/java/io/sentry/spring7 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313import 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
You can’t perform that action at this time.
0 commit comments