chore: Remove anomalous serviceName from traces

This commit is contained in:
Tom Moor
2022-12-30 13:42:22 -05:00
parent 18b69fad99
commit 997d796eb7
11 changed files with 4 additions and 20 deletions

View File

@@ -199,6 +199,5 @@ async function teamPermanentDeleter(team: Team) {
}
export default APM.traceFunction({
serviceName: "command",
spanName: "teamPermanentDeleter",
})(teamPermanentDeleter);