chore: Fixed case of Metrics import

This commit is contained in:
Tom Moor
2022-11-22 23:08:52 -05:00
parent 09f5462068
commit 0794450596
7 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import chalk from "chalk";
import { isEmpty } from "lodash";
import winston from "winston";
import env from "@server/env";
import Metrics from "@server/logging/metrics";
import Metrics from "@server/logging/Metrics";
import Sentry from "@server/logging/sentry";
import * as Tracing from "./tracing";