Skip to content

Commit

Permalink
chore: fix merge conflict regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Nov 4, 2024
1 parent b4706fc commit 785d9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metrics/src/Metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ class Metrics extends Utility implements MetricsInterface {
return Object.keys(this.storedMetrics).length > 0;
}

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

0 comments on commit 785d9ad

Please sign in to comment.