Skip to content

Commit

Permalink
#1002 re-enable SourcifyEventManager's listeners
Browse files Browse the repository at this point in the history
* this commit fixes the grafana-loki missing events
  • Loading branch information
marcocastignoli committed Apr 26, 2023
1 parent 79d05f7 commit 4d9e574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import routes from "./routes";
import bodyParser from "body-parser";
import config, { etherscanAPIs } from "../config";
import { SourcifyEventManager } from "../common/SourcifyEventManager/SourcifyEventManager";
import "../common/SourcifyEventManager/listeners/matchStored";
import "../common/SourcifyEventManager/listeners/logger";
import genericErrorHandler from "./middlewares/GenericErrorHandler";
import notFoundHandler from "./middlewares/NotFoundError";
import useApiLogging from "./middlewares/ApiLogging";
Expand Down

0 comments on commit 4d9e574

Please sign in to comment.