Jaeger: Add stack trace to span detail row (#26427)
* Add stack trace to span detail row * Modify accordian text not to have a whitespace * Modify stackTrace to stackTraces * Modify AccordianText ti get text component as prop * Fix typecheck and test failure * Span details text area do not wrap line
Showing
... | ... | @@ -15,6 +15,7 @@ |
}, | ||
"dependencies": { | ||
"@grafana/data": "7.2.0-pre.0", | ||
"@grafana/ui": "7.2.0-pre.0", | ||
"@types/classnames": "^2.2.7", | ||
"@types/deep-freeze": "^0.1.1", | ||
"@types/hoist-non-react-statics": "^3.3.1", | ||
... | ... | @@ -22,6 +23,7 @@ |
"@types/moment": "^2.13.0", | ||
"@types/react-icons": "2.2.7", | ||
"@types/recompose": "^0.30.7", | ||
"@types/slate-react": "0.22.5", | ||
"chance": "^1.0.10", | ||
"classnames": "^2.2.5", | ||
"combokeys": "^3.0.0", | ||
... | ... |
Please
register
or
sign in
to comment