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;