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,6 +1,5 @@
import fetch from "fetch-with-proxy";
import { Op } from "sequelize";
import { APM } from "@server/logging/tracing";
import { Document, Integration, Collection, Team } from "@server/models";
import { presentSlackAttachment } from "@server/presenters";
import {
@@ -11,9 +10,6 @@ import {
} from "@server/types";
import BaseProcessor from "./BaseProcessor";
@APM.trace({
spanName: "processor",
})
export default class SlackProcessor extends BaseProcessor {
static applicableEvents: Event["name"][] = [
"documents.publish",