cat-a-logs 2.0.10 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/client/index.js CHANGED
@@ -173,7 +173,7 @@ function catalog(trackedVariable_1, metricName_1) {
173
173
  CloudWatchMetrics: [
174
174
  {
175
175
  Namespace: metricNamespace,
176
- Dimensions: sortedCustomerDimensions,
176
+ Dimensions: [sortedCustomerDimensions],
177
177
  Metrics: [
178
178
  {
179
179
  Name: metricName,
package/client/index.ts CHANGED
@@ -185,7 +185,7 @@ async function catalog(
185
185
  CloudWatchMetrics: [
186
186
  {
187
187
  Namespace: metricNamespace,
188
- Dimensions: sortedCustomerDimensions,
188
+ Dimensions: [sortedCustomerDimensions],
189
189
  Metrics: [
190
190
  {
191
191
  Name: metricName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-a-logs",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "Create & send structured logs to AWS Cloudwatch logs",
5
5
  "main": "index.js",
6
6
  "exports": {