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

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