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

@@ -6,7 +6,9 @@ import parseDocumentIds from "@server/utils/parseDocumentIds";
import slugify from "@server/utils/slugify";
import BaseProcessor from "./BaseProcessor";
@APM.trace()
@APM.trace({
spanName: "processor",
})
export default class BacklinksProcessor extends BaseProcessor {
static applicableEvents: Event["name"][] = [
"documents.publish",