mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Sentry] Changed logging URL (#1138)
* [Sentry] Changed logging URL * [Sentry] Updated URL (again, but without a free submodule)
This commit is contained in:
parent
9a98d5aa8f
commit
de09a8b7ca
@ -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__
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user