You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-reactor/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ Please refer to the documentation on how to set up our [Java SDK](https://docs.s
8
8
or our [Spring](https://docs.sentry.io/platforms/java/guides/spring/)
9
9
or [Spring Boot](https://docs.sentry.io/platforms/java/guides/spring-boot/) integrations if you're using Spring WebFlux.
10
10
11
-
If you're using our Spring Boot integration with Spring Boot 3 (`sentry-spring-boot-jakarta`), this module will be available and used under the hood to automatically instrument WebFlux.
12
-
If you're using our Spring integration with Spring 6 (`sentry-spring-jakarta`), you need to configure WebFlux as we do in [SentryWebFluxAutoConfiguration](https://github.com/getsentry/sentry-java/blob/a5098280b52aec28c71c150e286b5c937767634d/sentry-spring-boot-jakarta/src/main/java/io/sentry/spring/boot/jakarta/SentryWebfluxAutoConfiguration.java) for Spring Boot.
13
-
Then, read on to the next section to find out how to use the utilities.
11
+
If you're using our Spring Boot SDK with Spring Boot (`sentry-spring-boot` or `sentry-spring-boot-jakarta`), this module will be available and used under the hood to automatically instrument WebFlux.
12
+
If you're using our Spring SDK (`sentry-spring` or `sentry-spring-jakarta`), you need to configure WebFlux as we do in [SentryWebFluxAutoConfiguration](https://github.com/getsentry/sentry-java/blob/a5098280b52aec28c71c150e286b5c937767634d/sentry-spring-boot-jakarta/src/main/java/io/sentry/spring/boot/jakarta/SentryWebfluxAutoConfiguration.java) for Spring Boot.
14
13
15
-
Otherwise, you'll need to perform the following steps to get started.
14
+
Otherwise, read on to find out how to set up and use the integration.
16
15
17
16
Add the latest version of `io.sentry.reactor` as a dependency.
18
17
Make sure you're using `io.micrometer:context-propagation:1.0.2` or later, and `io.projectreactor:reactor-core:3.5.3` or later.
0 commit comments