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

@@ -19,7 +19,9 @@ import {
} from "@server/presenters";
import { Event } from "../../types";
@APM.trace()
@APM.trace({
spanName: "processor",
})
export default class WebsocketsProcessor {
async perform(event: Event, socketio: Server) {
switch (event.name) {