From cd1b4600f23993498eb0e27360525c906bb19070 Mon Sep 17 00:00:00 2001 From: Katie Noonan Date: Fri, 22 Mar 2019 14:52:25 -0700 Subject: [PATCH] Update sentry version Using an outdated version of sentry and a customer (https://segment.zendesk.com/agent/tickets/170753) requested we update it. According to sentry docs (https://docs.sentry.io/clients/javascript/), we are updating from 3.17.0 to 3.26.4. --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 3d56ad7..52a7163 100644 --- a/lib/index.js +++ b/lib/index.js @@ -24,7 +24,7 @@ var Sentry = module.exports = integration('Sentry') .option('maxMessageLength', null) .option('logger', null) .option('customVersionProperty', null) - .tag('