[Sentry] Changed logging URL (#1138)

* [Sentry] Changed logging URL

* [Sentry] Updated URL (again, but without a free submodule)
This commit is contained in:
Kowlin 2017-12-04 01:29:06 +01:00 committed by palmtree5
parent 9a98d5aa8f
commit de09a8b7ca

View File

@ -28,8 +28,8 @@ client = None
def init_sentry_logging(logger):
global client
client = Client(
dsn=("https://27f3915ba0144725a53ea5a99c9ae6f3:87913fb5d0894251821dcf06e5e9cfe6@"
"sentry.telemetry.red/19?verify_ssl=0"),
dsn=("https://62402161d4cd4ef18f83b16f3e22a020:9310ef55a502442598203205a84da2bb@"
"sentry.io/253983"),
release=__version__
)