Skip to content

Commit

Permalink
fix a typo (#11560)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored Oct 15, 2024
1 parent 18a5a49 commit c6de652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/java/common/integrations/quartz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Quartz Integration
description: "Learn how to send check-ins for your Quartz jobs."
---

Sentry's [Quartz](http://www.quartz-scheduler.org/) integration is provided through `SenryJobListener` which you have to add to your scheduler instance.
Sentry's [Quartz](http://www.quartz-scheduler.org/) integration is provided through `SentryJobListener` which you have to add to your scheduler instance.

The Quartz integration will be configured automatically if you're using `spring-boot-starter-quartz` with either the `sentry-spring-boot-starter` or the `sentry-spring-boot-jakarta-starter` integration. However, you still have to specify the monitor slug as shown below.

Expand Down

0 comments on commit c6de652

Please sign in to comment.