Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/services/LoggerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default class LoggerService extends DependencyAwareClass {
}

/**
* Add a label to the function's Epsagon trace.
* Add a label to the function's Lumigo trace.
*
* @param descriptor
* @param silent If `false`, the label will also be logged. (default: false)
Expand All @@ -226,7 +226,7 @@ export default class LoggerService extends DependencyAwareClass {
}

/**
* Add a metric to the function's Epsagon trace.
* Add a metric to the function's Lumigo trace.
*
* @param descriptor
* @param stat
Expand Down