Skip to content

Commit d5363fd

Browse files
docs: add hidden config options
1 parent 16afa29 commit d5363fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ using ApiToolkit.Net;
3939

4040
var config = new Config
4141
{
42-
Debug = true, # Set debug flags to false in production
43-
ApiKey = "{ENTER_YOUR_API_KEY_HERE}"
42+
ApiKey = "{ENTER_YOUR_API_KEY_HERE}",
43+
Debug = false,
44+
Tags = new List<string> { "environment: production", "region: us-east-1" },
45+
ServiceVersion: "v2.0",
4446
};
4547
var client = await APIToolkit.NewClientAsync(config);
4648

0 commit comments

Comments
 (0)