Quantum

Enable monitoring of Quantum jobs.

The Quantum integration supports cron monitoring for Quantum jobs.

This integration is built into the Sentry SDK.

You can configure the Quantum integration in your Sentry configuration, under the :integrations key:

Copied

config :sentry,
  # ...,
  integrations: [
    quantum: [
      cron: [enabled: true]
    ]
  ]
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").