You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This integartion sends quite a lot of spans to Sentry and we would like to reduce it to not go over the quota that we're paying for. In order to do that, we would like to disable this integration for some of the workflows/jobs that we have since they are not critical and quite basic. Some only run for a few seconds.
I think we could include some configuration in the sentry_config.ini so that we can include/exclude some workflows.
I was thinking that we could have a structure that would look like this in JSON:
This integartion sends quite a lot of spans to Sentry and we would like to reduce it to not go over the quota that we're paying for. In order to do that, we would like to disable this integration for some of the workflows/jobs that we have since they are not critical and quite basic. Some only run for a few seconds.
I think we could include some configuration in the
sentry_config.ini
so that we can include/exclude some workflows.I was thinking that we could have a structure that would look like this in JSON:
which seem to look like this in
.ini
file (might be wrong, I don't know much about those):I could work on something like that and submit a PR. What are your thoughts?
The text was updated successfully, but these errors were encountered: