From 1f90f9802a5c646670bf2901921d1f531cf8b045 Mon Sep 17 00:00:00 2001 From: Michael Wunderlich Date: Thu, 9 Apr 2020 01:10:49 -0700 Subject: [PATCH] update X-Ray SDK for Node.js --- function/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/package.json b/function/package.json index 74e0df2..7bab312 100644 --- a/function/package.json +++ b/function/package.json @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "chance": "^1.0.4", - "aws-xray-sdk-core": "1.1.2" + "aws-xray-sdk-core": "2.4.0" } }