chore: More tracing cleanup

This commit is contained in:
Tom Moor
2022-04-10 20:11:18 -07:00
parent 31b95b5f17
commit 27597727ee
10 changed files with 30 additions and 10 deletions

View File

@@ -4,7 +4,9 @@ import { Event } from "@server/types";
import { globalEventQueue } from "..";
import BaseProcessor from "./BaseProcessor";
@APM.trace()
@APM.trace({
spanName: "processor",
})
export default class DebounceProcessor extends BaseProcessor {
static applicableEvents: Event["name"][] = [
"documents.update",