From e13b024b689a423122f007fbbfdd82a80dd9dfb0 Mon Sep 17 00:00:00 2001 From: Xtao_dada Date: Fri, 23 Apr 2021 00:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20possible=20key=20error=20i?= =?UTF-8?q?ssues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐛 修复可能的密匙错误问题 --- pagermaid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagermaid/__init__.py b/pagermaid/__init__.py index 252b7a2..947ef81 100644 --- a/pagermaid/__init__.py +++ b/pagermaid/__init__.py @@ -160,7 +160,7 @@ def before_send(event, hint): report_time = time() git_hash = run("git rev-parse HEAD", stdout=PIPE, shell=True).stdout.decode() sentry_sdk.init( - "https://969892b513374f75916aaac1014aa7c2@o416616.ingest.sentry.io/5312335", + "https://e0db801a51f9485e85cb990e0ff34e81@o416616.ingest.sentry.io/5312335", traces_sample_rate=1.0, release=git_hash, before_send=before_send,