Skip to content

Commit

Permalink
chore: update sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-is-cute committed Feb 3, 2025
1 parent f8bcd02 commit 334ca3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 334ca3f

Please sign in to comment.