From 334ca3f5e29a888804b0c227a1b7feda34d49573 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 3 Feb 2025 10:16:53 -0500 Subject: [PATCH] chore: update sentry dsn --- Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.cs b/Plugin.cs index cabc725..21fbb2c 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -150,7 +150,7 @@ public Plugin() { PluginInterface = this.Interface!; this.Sentry = SentrySdk.Init(o => { - o.Dsn = "https://f0b33e3640b17f36b2a22099a1249efe@sentry.heliosphere.app/4"; + o.Dsn = "https://322867c486f54c9bae8beac756a849e3@sentry.heliosphere.app/3"; o.TracesSampler = _ => this.TracingEnabled ? 1.0 : 0.0;