@grafana/faro-react 1.10.1 → 1.11.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -99,7 +99,7 @@ In the file you create your data router, often the App.\* file pass your data ro
|
|
|
99
99
|
function `withFaroRouterInstrumentation` to wrap all your routes and apply Faro auto instrumentation:
|
|
100
100
|
|
|
101
101
|
```ts
|
|
102
|
-
import { createBrowserRouter } from '
|
|
102
|
+
import { createBrowserRouter } from 'react-router-dom';
|
|
103
103
|
|
|
104
104
|
const reactBrowserRouter = createBrowserRouter([
|
|
105
105
|
// your routes...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/faro-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Faro package that enables easier integration in projects built with React.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"observability",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"quality:circular-deps": "madge --circular ."
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@grafana/faro-web-sdk": "^1.
|
|
56
|
-
"@grafana/faro-web-tracing": "^1.
|
|
55
|
+
"@grafana/faro-web-sdk": "^1.11.0",
|
|
56
|
+
"@grafana/faro-web-tracing": "^1.11.0",
|
|
57
57
|
"hoist-non-react-statics": "^3.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "b82e827db7ec58961b8930b0500f0cc976d3a24e"
|
|
83
83
|
}
|