Skip to content

Commit

Permalink
Update Rollbar write token for version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 20, 2021
1 parent 44c15a1 commit 95c2ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/Logging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public class _Rollbar
// Exception handling (configuration instructions are at https://github.com/rollbar/Rollbar.NET)
// The Rollbar API test console is available at https://docs.rollbar.com/reference.

const string rollbarWriteToken = "0fff472c87f245709bf622ce01c2a3b9";
const string rollbarWriteToken = "f551614ed0894745b6c4deb8fd8249fc";
public static bool TelemetryEnabled {
get => RollbarLocator.RollbarInstance.Config.Enabled;
// ReSharper disable once ValueParameterNotUsed
Expand Down

0 comments on commit 95c2ce1

Please sign in to comment.