We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb3144 commit 4b8a1fbCopy full SHA for 4b8a1fb
src/trace/trigger.spec.ts
@@ -17,6 +17,7 @@ describe("parseEventSource", () => {
17
"http.url": "id.execute-api.us-east-1.amazonaws.com",
18
"http.url_details.path": "/my/path",
19
"http.method": "GET",
20
+ "http.route": "/my/path",
21
},
22
file: "api-gateway-v1.json",
23
@@ -27,6 +28,7 @@ describe("parseEventSource", () => {
27
28
"http.url": "r3pmxmplak.execute-api.us-east-2.amazonaws.com",
29
"http.url_details.path": "/default/nodejs-apig-function-1G3XMPLZXVXYI",
30
31
+ "http.route": "ANY /nodejs-apig-function-1G3XMPLZXVXYI",
32
33
file: "api-gateway-v2.json",
34
0 commit comments