Skip to content

Commit

Permalink
馃敄 Preparing release of 1.4.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Dec 2, 2019
1 parent e235fc2 commit e603b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/octoprint/plugins/errortracking/__init__.py
Expand Up @@ -13,8 +13,8 @@
from flask import jsonify
from flask_babel import gettext

SENTRY_URL_SERVER = "https://90eab6758d324033b1523a47633d17f3@sentry.io/1373987"
SENTRY_URL_COREUI = "https://ae03048024f841fc9724c3f5c19557a4@sentry.io/1374096"
SENTRY_URL_SERVER = "https://bcd62166a2b145aa9818947bfb76706f@sentry.io/1373987"
SENTRY_URL_COREUI = "https://217a5d75940b443eaaec347bb30c128d@sentry.io/1374096"

SETTINGS_DEFAULTS = dict(enabled=False,
enabled_unreleased=False,
Expand Down

0 comments on commit e603b98

Please sign in to comment.