Closed Grovespaz closed 8 years ago
This is likely going to be a common story for on-premise.
You need to change SENTRY_DISALLOWED_IPS
. If your install is closed to the public, just set it to SENTRY_DISALLOWED_IPS = ()
.
Thanks, modifying our SENTRY_DISALLOWED_IPS fixed it.
When setting up a project on the latest version of Sentry (8.0.1) it fails with the following exception: Error in request to https://JIRA_URL/rest/api/2/priority: https://JIRA_URL/rest/api/2/priority matches the URL blacklist
(where JIRA_URL is our Jira URL)