Skip to content

Commit b333996

Browse files
authored
Spring Boot Quartz SchedulerFactoryBeanCustomizer add note (#8753)
* Add note * Better wording
1 parent b30ad5c commit b333996

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platforms/java/common/integrations/quartz.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ trigger.setJobDataAsMap(Collections.singletonMap(SENTRY_SLUG_KEY, "monitor_slug_
6363
Setting the monitor slug on the `Trigger` will override what is set on the `JobDetail`. This also means you can set up a separate monitor per `Trigger`.
6464

6565
</Note>
66+
67+
<Note>
68+
69+
Setting a global job listener using a `SchedulerFactoryBeanCustomizer` in Spring Boot, will override the listener set by Sentry. For Sentry to work properly, you need to add a new `SentryJobListener` instance to the global job listeners.
70+
71+
</Note>

0 commit comments

Comments
 (0)