react-native-otel 0.1.5 → 0.1.6
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/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,7 +121,7 @@ otel.init({
|
|
|
121
121
|
});
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
`osName` and `osVersion` are auto-detected from `Platform.OS` / `Platform.Version` when omitted.
|
|
124
|
+
`osName` and `osVersion` are auto-detected from `Platform.OS` / `Platform.Version` when omitted. `fetch`, error, and lifecycle instrumentation are installed automatically. Navigation and Axios instrumentation require explicit setup (see below).
|
|
125
125
|
|
|
126
126
|
---
|
|
127
127
|
|
|
@@ -1094,10 +1094,6 @@ The `StorageAdapter` interface requires synchronous `get`/`set`/`delete`. `Async
|
|
|
1094
1094
|
|
|
1095
1095
|
The WAL caps at **3 batches per signal type** with a maximum of **500 items per batch**. Data beyond these limits is evicted (oldest first). Very high-volume apps could lose telemetry during extended offline periods.
|
|
1096
1096
|
|
|
1097
|
-
### Expo Router instrumentation is opt-in
|
|
1098
|
-
|
|
1099
|
-
`useExpoRouterInstrumentation` is available via the `react-native-otel/expo-router` sub-path export. Ensure `expo-router` is installed before using it.
|
|
1100
|
-
|
|
1101
1097
|
---
|
|
1102
1098
|
|
|
1103
1099
|
## Contributing
|