chore: More tracing cleanup

This commit is contained in:
Tom Moor
2022-04-11 08:04:13 -07:00
parent 27597727ee
commit f399c9d38c
11 changed files with 4 additions and 40 deletions

View File

@@ -1,7 +1,6 @@
import { subHours } from "date-fns";
import { Op } from "sequelize";
import { Server } from "socket.io";
import { APM } from "@server/logging/tracing";
import {
Document,
Collection,
@@ -19,9 +18,6 @@ import {
} from "@server/presenters";
import { Event } from "../../types";
@APM.trace({
spanName: "processor",
})
export default class WebsocketsProcessor {
async perform(event: Event, socketio: Server) {
switch (event.name) {