From d571c768270638c42cb1567d1e9f89c63cfd0b86 Mon Sep 17 00:00:00 2001 From: Cameron Rollheiser Date: Thu, 20 May 2021 12:21:01 -0400 Subject: [PATCH] fix: Sentry Import The semtry import needs to be updated for import/export syntax. --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 854bedc..1ca45a5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,7 +28,7 @@ import { StatsD } from 'node-dogstatsd' import ipAddress from 'ip-address' import path from 'path' import fs from 'fs' -import Sentry from '@sentry/node' +import * as Sentry from '@sentry/node' import { initialize } from './app/postMetric' import { calibreWebhookRoute } from './app/calibreWebhookRoute'