@jaypie/express 1.1.13 → 1.1.14

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/dist/module.cjs CHANGED
@@ -578,7 +578,7 @@ const expressHandler = (handler, options = {}) => {
578
578
  type: datadog.DATADOG.METRIC.TYPE.COUNT,
579
579
  value: 1,
580
580
  tags: {
581
- code: res.statusCode,
581
+ status: res.statusCode,
582
582
  path,
583
583
  },
584
584
  });
@@ -576,7 +576,7 @@ const expressHandler = (handler, options = {}) => {
576
576
  type: DATADOG.METRIC.TYPE.COUNT,
577
577
  value: 1,
578
578
  tags: {
579
- code: res.statusCode,
579
+ status: res.statusCode,
580
580
  path,
581
581
  },
582
582
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaypie/express",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "license": "MIT",
5
5
  "author": "Finlayson Studio",
6
6
  "type": "module",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "8d2d1b78cc7181d8bc1ec097bb8e425959e9cd79"
52
+ "gitHead": "ff4cd0b0f127b7922f4a6532c895b1fb448f56e0"
53
53
  }
@@ -320,7 +320,7 @@ const expressHandler = (handler, options = {}) => {
320
320
  type: DATADOG.METRIC.TYPE.COUNT,
321
321
  value: 1,
322
322
  tags: {
323
- code: res.statusCode,
323
+ status: res.statusCode,
324
324
  path,
325
325
  },
326
326
  });