We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54582e1 commit 75ecd10Copy full SHA for 75ecd10
1 file changed
packages/react/README.md
@@ -46,5 +46,15 @@ const traceoInstance = new TraceoClient({
46
47
```
48
49
+### Performance
50
+To enable collect of web-vitals data, you have to set `performance` param to `true` like below:
51
+
52
+```ts
53
+new TraceoClient(<app_api_key>, {
54
+ host: <traceo_host>,
55
+ performance: true
56
+});
57
+```
58
59
## Support
60
Feel free to create Issues, Pull Request and Discussion.
0 commit comments