Skip to content

Commit

Permalink
Fix typo in configuration key
Browse files Browse the repository at this point in the history
  • Loading branch information
dudikeleti committed Nov 9, 2023
1 parent 483ff18 commit 34b26b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ internal static class Debugger
/// Default value is false (disabled).
/// </summary>
/// <seealso cref="DebuggerSettings.SymbolDatabaseUploadEnabled"/>
public const string SymbolDatabaseUploadEnabled = "DD_SYMBOL_DATABASED_UPLOAD_ENABLED";
public const string SymbolDatabaseUploadEnabled = "DD_SYMBOL_DATABASE_UPLOAD_ENABLED";

/// <summary>
/// Configuration key for forcing the client library to upload symbol data, regardless of whether it is requested by our backend. For internal use and testing.
Expand Down

0 comments on commit 34b26b3

Please sign in to comment.