Commit 5be5217
feat: Add React Plugin (open-telemetry#164)
* feat(opentelemetry-plugin-react-load): instruments mounting
* test(opentelemetry-plugin-react-load): added tests for mounting spans
* refactor(opentelemetry-plugin-react-load): cleaned up types
* feat(opentelemetry-plugin-react-load): added attributes
* feat(opentelemetry-plugin-react-load): updating flow spans + tests
* fix(opentelemetry-plugin-react-load): root of codecov test command fix
* fix(opentelemetry-plugin-react-load): make attr names snake case
* fix(opentelemetry-plugin-react-load): removed logs from test components
* feat(opentelemetry-plugin-react-load): unmounting instrument
* feat(opentelemetry-plugin-react-load): base func for error handling
* refactor(opentelemetry-plugin-react-load): working component approach
- changed plugin model to component based approach
- fixed tests
* fix(opentelemetry-plugin-react-load): fixed js docs
* fix(opentelemetry-plugin-react-load): fixed error span naming and bug
* fix(opentelemetry-plugin-react-load): use version
* style(opentelemetry-plugin-react-load): cleaned up typos
* style(opentelemetry-plugin-react-load): set up eslint + ran linter
* test(opentelemetry-plugin-react-load): unmounting test
* style(opentelemetry-plugin-react-load): ran linter
* fix(opentelemetry-plugin-react-load): jsonified state stringify error
* docs(opentelemetry-plugin-react-load): react plugin docs & example
* fix(opentelemetry-plugin-react-load): make logs warn & fix react depend
* docs(opentelemetry-plugin-react-load): preact example
* style(opentelemetry-plugin-react-load): eof newlines
* fix: Update examples/react-load/react/README.md
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
* fix: context propagation for other plugins
* fix: removed unsed version variable
* style: redundant variable initializer
* refactor: name parent spans when starting span
* style: clean up react load examples/docs
* docs: added docker to react load examples
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>1 parent d4faad2 commit 5be5217
File tree
64 files changed
+2742
-2
lines changed- examples/react-load
- preact
- docker
- images
- public
- src
- components
- react
- docker
- images
- public
- src
- plugins/web/opentelemetry-plugin-react-load
- src
- enums
- test
- test-react-components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+2742
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Loading
Loading
Loading
Loading
0 commit comments