Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Owner Field to Monitor Config #829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

savhappy
Copy link
Collaborator

@savhappy savhappy commented Dec 6, 2024

Small addition that adds the :owner field to a check-in's monitor_config. Closes #824

Copy link
Collaborator

@whatyouhide whatyouhide left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not sure this will be very useful without a way to set this per job on the Oban and Quantum integrations. Any ideas for the API?

@@ -58,7 +58,8 @@ defmodule Sentry.CheckIn do
optional(:max_runtime) => number(),
optional(:failure_issue_threshold) => number(),
optional(:recovery_threshold) => number(),
optional(:timezone) => String.t()
optional(:timezone) => String.t(),
optional(:owner) => String.t()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking: we need to mention that this is a new field available from the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oban Cron: provide a way to set owner of monitor
3 participants