Skip to content

Commit 99d3119

Browse files
authored
fix(java): mention that aspectjweaver is required for Crons only on Spring Boot (#13004)
1 parent b60dd61 commit 99d3119

File tree

1 file changed

+2
-0
lines changed
  • platform-includes/crons/requirements

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
- Use our <PlatformLink to="/">getting started</PlatformLink> guide to install and configure the Sentry Java SDK (min 6.30.0) for your recurring job.
2+
<PlatformSection supported={["java.spring-boot"]}>
23
- Ensure that `org.aspectj.aspectjweaver` is present as a dependency of your project.
4+
</PlatformSection>
35
- [Create and configure](https://sentry.io/crons/create/) your first Monitor.

0 commit comments

Comments
 (0)