@ossy/observability 1.4.0 → 1.5.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ossy/observability
2
2
 
3
- Structured logger with pluggable backends for the Ossy platform.
3
+ Structured logger with pluggable backends for the Ossy platform. The integration files in this package (`console.integration.js`, `sentry.integration.js`, `grafana-loki.integration.js`, `grafana-metrics.integration.js`) are platform primitives auto-discovered by `@ossy/app build`. See [PRIMITIVES.md](../platform/PRIMITIVES.md#integration) for how integrations work.
4
4
 
5
5
  ## `createLogger(namespace)`
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/observability",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Structured logger with pluggable backends for the Ossy platform",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,5 +28,5 @@
28
28
  "src",
29
29
  "README.md"
30
30
  ],
31
- "gitHead": "24df2bde0d5d8794c5a82b9e802a2594ca73a5d9"
31
+ "gitHead": "6c7724dea1b5eda89e83319dce69703d622aadb1"
32
32
  }