-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
0 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
{% if DRYDOCK_ENABLE_CELERY_TUNING -%} | ||
CELERY_ACKS_LATE: true | ||
{% endif %} | ||
{% if DRYDOCK_ENABLE_SENTRY -%} | ||
# eox plugin settings must be defined in the ENV patches. If defined in python settings patches, they won't | ||
# take effect since plugins settings are loaded before Tutor loads its settings. | ||
EOX_CORE_SENTRY_INTEGRATION_DSN: "{{ DRYDOCK_SENTRY_DSN }}" | ||
EOX_CORE_SENTRY_IGNORED_ERRORS: [ | ||
{ | ||
"exc_class": "xmodule.exceptions.NotFoundError" | ||
}, | ||
{ | ||
"exc_class": "openedx.core.djangoapps.user_authn.exceptions.AuthFailedError", | ||
"exc_text": [".*Email or password is incorrect"] | ||
}, | ||
{ | ||
"exc_class": "opaque_keys.InvalidKeyError", | ||
"exc_text": [".*No enrollment found for user.*"] | ||
}, | ||
{ | ||
"exc_class": "opaque_keys.NotFoundError", | ||
"exc_text": [".*No course found by course id.*"] | ||
}, | ||
] | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
{% if DRYDOCK_ENABLE_CELERY_TUNING -%} | ||
CELERY_ACKS_LATE: true | ||
{% endif %} | ||
{% if DRYDOCK_ENABLE_SENTRY -%} | ||
# eox plugin settings must be defined in the ENV patches. If defined in python settings patches, they won't | ||
# take effect since plugins settings are loaded before Tutor loads its settings. | ||
EOX_CORE_SENTRY_INTEGRATION_DSN: "{{ DRYDOCK_SENTRY_DSN }}" | ||
EOX_CORE_SENTRY_IGNORED_ERRORS: [ | ||
{ | ||
"exc_class": "openedx.core.djangoapps.user_authn.exceptions.AuthFailedError", | ||
"exc_text": ["AuthFailedError.*Email or password is incorrect"] | ||
}, | ||
{ | ||
"exc_class": "opaque_keys.InvalidKeyError", | ||
"exc_text": [".*No enrollment found for user.*"] | ||
}, | ||
{ | ||
"exc_class": "opaque_keys.NotFoundError", | ||
"exc_text": [".*No course found by course id.*"] | ||
}, | ||
] | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters