release: WRNexusJS 0.7.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# @wrnexus/observability
|
||||
|
||||
Privacy-conscious counters, gauges, histograms, HTTP middleware, Web Vitals ingestion, browser collection, and exporter adapters. Request bodies and user identifiers are not collected by default.
|
||||
|
||||
```ts
|
||||
export default {
|
||||
observability: { enabled: true, serverTiming: true, sampleRate: 0.1, webVitals: true },
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user