Skip to content

Commit

Permalink
docs: improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Nov 6, 2024
1 parent d16be1c commit 652a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metrics/src/types/Metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type MetricsOptions = {
* If not provided, debug messages will be suppressed, and warning and error messages will be sent to stdout.
*
* Note that EMF metrics are always sent directly to stdout, regardless of the logger
* to avoid any potential side effects from using a custom logger.
* to avoid compatibility issues with custom loggers.
*/
logger?: GenericLogger;
};
Expand Down

0 comments on commit 652a5c5

Please sign in to comment.