Skip to content

Commit 3039283

Browse files
committed
update
1 parent f3f2e7f commit 3039283

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sentry-reactor/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ Please refer to the documentation on how to set up our [Java SDK](https://docs.s
88
or our [Spring](https://docs.sentry.io/platforms/java/guides/spring/)
99
or [Spring Boot](https://docs.sentry.io/platforms/java/guides/spring-boot/) integrations if you're using Spring WebFlux.
1010

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.
1413

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.
1615

1716
Add the latest version of `io.sentry.reactor` as a dependency.
1817
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

Comments
 (0)