File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ public class io/sentry/spring7/SentryInitBeanPostProcessor : org/springframework
4242 public fun setApplicationContext (Lorg/springframework/context/ApplicationContext;)V
4343}
4444
45+ public class io/sentry/spring7/SentryProfilerConfiguration {
46+ public fun <init> ()V
47+ public fun sentryOpenTelemetryProfilerConfiguration ()Lio/sentry/IContinuousProfiler;
48+ public fun sentryOpenTelemetryProfilerConverterConfiguration ()Lio/sentry/IProfileConverter;
49+ }
50+
4551public class io/sentry/spring7/SentryRequestHttpServletRequestProcessor : io/sentry/EventProcessor {
4652 public fun <init> (Lio/sentry/spring7/tracing/TransactionNameProvider;Ljakarta/servlet/http/HttpServletRequest;)V
4753 public fun getOrder ()Ljava/lang/Long;
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ public class io/sentry/spring/boot4/SentryLogbackInitializer : org/springframewo
2424 public fun supportsEventType (Lorg/springframework/core/ResolvableType;)Z
2525}
2626
27+ public class io/sentry/spring/boot4/SentryProfilerAutoConfiguration {
28+ public fun <init> ()V
29+ }
30+
2731public class io/sentry/spring/boot4/SentryProperties : io/sentry/SentryOptions {
2832 public fun <init> ()V
2933 public fun getExceptionResolverOrder ()I
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ public class io/sentry/spring/boot/SentryLogbackInitializer : org/springframewor
2424 public fun supportsEventType (Lorg/springframework/core/ResolvableType;)Z
2525}
2626
27+ public class io/sentry/spring/boot/SentryProfilerAutoConfiguration {
28+ public fun <init> ()V
29+ }
30+
2731public class io/sentry/spring/boot/SentryProperties : io/sentry/SentryOptions {
2832 public fun <init> ()V
2933 public fun getExceptionResolverOrder ()I
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ public class io/sentry/spring/SentryInitBeanPostProcessor : org/springframework/
4242 public fun setApplicationContext (Lorg/springframework/context/ApplicationContext;)V
4343}
4444
45+ public class io/sentry/spring/SentryProfilerConfiguration {
46+ public fun <init> ()V
47+ public fun sentryOpenTelemetryProfilerConfiguration ()Lio/sentry/IContinuousProfiler;
48+ public fun sentryOpenTelemetryProfilerConverterConfiguration ()Lio/sentry/IProfileConverter;
49+ }
50+
4551public class io/sentry/spring/SentryRequestHttpServletRequestProcessor : io/sentry/EventProcessor {
4652 public fun <init> (Lio/sentry/spring/tracing/TransactionNameProvider;Ljavax/servlet/http/HttpServletRequest;)V
4753 public fun getOrder ()Ljava/lang/Long;
You can’t perform that action at this time.
0 commit comments