-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathStackify.json
More file actions
20 lines (20 loc) · 481 Bytes
/
Stackify.json
File metadata and controls
20 lines (20 loc) · 481 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"AppName": "CoreConsoleApp_stackifyjson",
"Environment": "Dev_stackifyjson",
"ApiKey": "sampleKey_stackifyjson",
"EnableDebugging": true,
"Instrumentation": [
{
"Assembly": "CoreConsoleApp",
"Class": "CoreConsoleApp.Program",
"Method": "TestInstrument",
"StartTrace": true
},
{
"Assembly": "CoreConsoleApp",
"Class": "CoreConsoleApp.Program",
"Method": "TestInstrumentNested",
"StartTrace": true
}
]
}