From 03cea0e28e538a8bc7755e8450f52aeb6a9d2ddf Mon Sep 17 00:00:00 2001 From: Vladan Paunovic Date: Wed, 23 Jun 2021 15:07:01 +0200 Subject: [PATCH] chore(sentry-sdk): update the sentry SDK version (#10504) --- packages/strapi-plugin-sentry/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/strapi-plugin-sentry/package.json b/packages/strapi-plugin-sentry/package.json index d78e894a85..2afdd12773 100644 --- a/packages/strapi-plugin-sentry/package.json +++ b/packages/strapi-plugin-sentry/package.json @@ -8,7 +8,7 @@ "description": "sentry.plugin.description" }, "dependencies": { - "@sentry/node": "6.3.0" + "@sentry/node": "6.7.1" }, "author": { "name": "Strapi team",