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

@@ -126,6 +126,5 @@ async function teamProvisioner({
}
export default APM.traceFunction({
serviceName: "command",
spanName: "teamProvisioner",
})(teamProvisioner);