fix: Add extra span naming closes #3266
This commit is contained in:
@@ -205,4 +205,7 @@ async function teamPermanentDeleter(team: Team) {
|
||||
}
|
||||
}
|
||||
|
||||
export default APM.traceFunction({})(teamPermanentDeleter);
|
||||
export default APM.traceFunction({
|
||||
serviceName: "command",
|
||||
spanName: "teamPermanentDeleter",
|
||||
})(teamPermanentDeleter);
|
||||
|
||||
Reference in New Issue
Block a user