chore: More tracing cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user