Skip to content

Commit 4befd05

Browse files
committed
./gradlew apiDump
1 parent 4b79948 commit 4befd05

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

sentry-spring-boot-jakarta/api/sentry-spring-boot-jakarta.api

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ public class io/sentry/spring/boot/jakarta/SentryWebfluxAutoConfiguration {
7171
public fun sentryWebExceptionHandler (Lio/sentry/IScopes;)Lio/sentry/spring/jakarta/webflux/SentryWebExceptionHandler;
7272
}
7373

74-
public final class io/sentry/spring/boot/jakarta/SpringProfilesEventProcessor : io/sentry/EventProcessor {
75-
public fun <init> (Lorg/springframework/core/env/Environment;)V
76-
public fun process (Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;
77-
public fun process (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;
78-
public fun process (Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;
79-
public fun processInternal (Lio/sentry/SentryBaseEvent;)V
80-
}
81-
8274
public class io/sentry/spring/boot/jakarta/graphql/SentryGraphql22AutoConfiguration {
8375
public fun <init> ()V
8476
public fun exceptionResolverAdapter ()Lio/sentry/spring/jakarta/graphql/SentryDataFetcherExceptionResolverAdapter;

sentry-spring-boot/api/sentry-spring-boot.api

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ public class io/sentry/spring/boot/SentryWebfluxAutoConfiguration {
6363
public fun sentryWebFilter (Lio/sentry/IScopes;)Lio/sentry/spring/webflux/SentryWebFilter;
6464
}
6565

66-
public final class io/sentry/spring/boot/SpringProfilesEventProcessor : io/sentry/EventProcessor {
67-
public fun <init> (Lorg/springframework/core/env/Environment;)V
68-
public fun process (Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;
69-
public fun process (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;
70-
public fun process (Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;
71-
public fun processInternal (Lio/sentry/SentryBaseEvent;)V
72-
}
73-
7466
public class io/sentry/spring/boot/graphql/SentryGraphqlAutoConfiguration {
7567
public fun <init> ()V
7668
public fun exceptionResolverAdapter ()Lio/sentry/spring/graphql/SentryDataFetcherExceptionResolverAdapter;

sentry-spring-jakarta/api/sentry-spring-jakarta.api

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ public class io/sentry/spring/jakarta/SentryWebConfiguration {
8686
public fun httpServletRequestSentryUserProvider (Lio/sentry/SentryOptions;)Lio/sentry/spring/jakarta/HttpServletRequestSentryUserProvider;
8787
}
8888

89+
public final class io/sentry/spring/jakarta/SpringProfilesEventProcessor : io/sentry/EventProcessor {
90+
public fun <init> (Lorg/springframework/core/env/Environment;)V
91+
public fun process (Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;
92+
public fun process (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;
93+
public fun process (Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;
94+
public fun processInternal (Lio/sentry/SentryBaseEvent;)V
95+
}
96+
8997
public final class io/sentry/spring/jakarta/SpringSecuritySentryUserProvider : io/sentry/spring/jakarta/SentryUserProvider {
9098
public fun <init> (Lio/sentry/SentryOptions;)V
9199
public fun provideUser ()Lio/sentry/protocol/User;

sentry-spring-jakarta/src/test/kotlin/io/sentry/spring/jakarta/SpringProfilesEventProcessorTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import org.mockito.kotlin.anyOrNull
1010
import org.mockito.kotlin.mock
1111
import org.mockito.kotlin.verify
1212
import org.mockito.kotlin.whenever
13+
import org.springframework.boot.test.context.runner.ApplicationContextRunner
1314
import org.springframework.context.annotation.Bean
1415
import org.springframework.context.annotation.Configuration
15-
import org.springframework.boot.test.context.runner.ApplicationContextRunner
1616
import org.springframework.core.env.Environment
1717
import kotlin.test.Test
1818

@@ -69,7 +69,7 @@ class SpringProfilesEventProcessorTest {
6969
open class SpringProfilesEventProcessorConfiguration {
7070
@Bean
7171
open fun springProfilesEventProcessor(environment: Environment): SpringProfilesEventProcessor {
72-
return SpringProfilesEventProcessor(environment);
72+
return SpringProfilesEventProcessor(environment)
7373
}
7474
}
7575

sentry-spring/api/sentry-spring.api

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ public class io/sentry/spring/SentryWebConfiguration {
8686
public fun httpServletRequestSentryUserProvider (Lio/sentry/SentryOptions;)Lio/sentry/spring/HttpServletRequestSentryUserProvider;
8787
}
8888

89+
public final class io/sentry/spring/SpringProfilesEventProcessor : io/sentry/EventProcessor {
90+
public fun <init> (Lorg/springframework/core/env/Environment;)V
91+
public fun process (Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;
92+
public fun process (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;
93+
public fun process (Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;
94+
public fun processInternal (Lio/sentry/SentryBaseEvent;)V
95+
}
96+
8997
public final class io/sentry/spring/SpringSecuritySentryUserProvider : io/sentry/spring/SentryUserProvider {
9098
public fun <init> (Lio/sentry/SentryOptions;)V
9199
public fun provideUser ()Lio/sentry/protocol/User;

sentry-spring/src/test/kotlin/io/sentry/spring/SpringProfilesEventProcessorTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import org.mockito.kotlin.anyOrNull
1010
import org.mockito.kotlin.mock
1111
import org.mockito.kotlin.verify
1212
import org.mockito.kotlin.whenever
13+
import org.springframework.boot.test.context.runner.ApplicationContextRunner
1314
import org.springframework.context.annotation.Bean
1415
import org.springframework.context.annotation.Configuration
15-
import org.springframework.boot.test.context.runner.ApplicationContextRunner
1616
import org.springframework.core.env.Environment
1717
import kotlin.test.Test
1818

@@ -69,7 +69,7 @@ class SpringProfilesEventProcessorTest {
6969
open class SpringProfilesEventProcessorConfiguration {
7070
@Bean
7171
open fun springProfilesEventProcessor(environment: Environment): SpringProfilesEventProcessor {
72-
return SpringProfilesEventProcessor(environment);
72+
return SpringProfilesEventProcessor(environment)
7373
}
7474
}
7575

0 commit comments

Comments
 (0)