Skip to content

Commit 785d9ad

Browse files
committed
chore: fix merge conflict regression
1 parent b4706fc commit 785d9ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/metrics/src/Metrics.ts

+1
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ class Metrics extends Utility implements MetricsInterface {
455455
return Object.keys(this.storedMetrics).length > 0;
456456
}
457457

458+
/**
458459
* A class method decorator to automatically log metrics after the method returns or throws an error.
459460
*
460461
* The decorator can be used with TypeScript classes and can be configured to optionally capture a `ColdStart` metric (see {@link Metrics.captureColdStartMetric | `captureColdStartMetric()`}),

0 commit comments

Comments
 (0)