Add properties tests

This commit is contained in:
Mark Wolff
2018-11-29 14:52:50 -08:00
parent 221e85cc38
commit 5cce7fcb72
@@ -86,7 +86,7 @@ appInsights.trackTrace("message", null);
appInsights.trackTrace("message", { a: '1', b: '2' }, AI.SeverityLevel.Error);
// trackDependency
appInsights.trackDependency("id", "POST", "http://example.com/test/abc", "/test/abc", null, true, null);
appInsights.trackDependency("id", "POST", "http://example.com/test/abc", "/test/abc", null, true, null, {prop1: 'abc'}, {meas1: 4.5});
// flush
appInsights.flush();