Skip to content

Commit 8c56b5d

Browse files
authored
Add JS Trace Validation Template (#186)
* added js trace validation template * add space at eof * add space at eof
1 parent d29fd7e commit 8c56b5d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
-
2+
validationType: "trace"
3+
httpPath: "/outgoing-http-call"
4+
httpMethod: "get"
5+
callingType: "http"
6+
expectedTraceTemplate: "JS_SDK_HTTP_EXPECTED_TRACE"
7+
-
8+
validationType: "trace"
9+
httpPath: "/aws-sdk-call"
10+
httpMethod: "get"
11+
callingType: "http"
12+
expectedTraceTemplate: "JS_SDK_AWSSDK_EXPECTED_TRACE"

0 commit comments

Comments
 (0)