Skip to content

Commit ca1627c

Browse files
committed
Update README.md
Fixed EnvLanguange in the readme table.
1 parent 12e31a4 commit ca1627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185185
**apiKey** | **string** | API Key for your application. | Defaults to reading "trakerr.apiKey" property under appSettings from the App.config.
186186
**contextAppVersion** | **string** | Provide the application version. | Defaults to reading "trakerr.contextAppVersion" property under appSettings from the App.config.
187187
**contextDevelopmentStage** | **string** | One of development, staging, production; or a custom string. | Default Value: trakerr.deploymentStage or "development" if not provided.
188-
**contextEnvLanguage** | **string** | Constant string representing the language the application is in. | Default value: "ruby"
188+
**contextEnvLanguage** | **string** | Constant string representing the language the application is in. | Default value: "c#", can be set by the constructor if your using VB or managed C#.
189189
**contextEnvName** | **string** | Name of the CLR the program is running on | Defaults to returning "Microsoft CLR" if using .Net framework or "Mono" if mono.
190190
**contextEnvVersion** | **string** | Provide an environment version. | Defaults to reading to the CLR version of .net, or uses reflection to find the mono version.
191191
**contextEnvHostname** | **string** | Provide the current hostname. | Defaults to the current DNS name if available or uses the Machine name as a fallback.

0 commit comments

Comments
 (0)