.BANCHO. Add Sentry logging

This commit is contained in:
Nyo
2016-06-15 19:01:00 +02:00
parent ec2bce8893
commit 97262eda12
5 changed files with 77 additions and 38 deletions

View File

@@ -4,6 +4,7 @@ from objects import tokenList
from objects import channelList
from objects import matchList
from objects import fileLocks
from raven import Client
VERSION = "1.2"
@@ -17,10 +18,10 @@ restarting = False
pool = None
fLocks = fileLocks.fileLocks()
debug = False
outputRequestTime = False
outputPackets = False
discord = False
gzip = False
localize = False
sentry = False