diff --git a/server.js b/server.js index ea2caef701b032d558357f4eff689366eb133b4c..8f74c7d482280e79342f8690ff31c8cc8e7d5a0c 100644 --- a/server.js +++ b/server.js @@ -1,14 +1,11 @@ -/* eslint-disable import/order */ - import fs from 'fs' import path from 'path' import { fileURLToPath } from 'url' - -// Set up Sentry reporting as early in the process as possible. import configModule from 'config' import Sentry from '@sentry/node' - import Server from './core/server/server.js' + +// Set up Sentry reporting as early in the process as possible. const config = configModule.util.toObject() const disabledIntegrations = ['Console', 'Http'] Sentry.init({