-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APM] Removed header styling for stack traces without source lines #23560
Labels
Team:APM
All issues that need APM UI Team support
Comments
Pinging @elastic/apm-ui |
7 tasks
ogupte
added a commit
to ogupte/kibana
that referenced
this issue
Dec 4, 2018
…ew and only displaying code preview when stackframe has source code context
ogupte
added a commit
that referenced
this issue
Dec 4, 2018
* [APM] fixes #23560 by separating frame headers from code preview and only displaying code preview when stackframe has source code context * [APM] fixes #26239 by checking for valid line number before displaying it * [APM] Converted CodePreview and Stacktace to typescript and consolidated Stackframe types * [APM] pull out components and util functions into own files and added tests
ogupte
added a commit
to ogupte/kibana
that referenced
this issue
Dec 4, 2018
* [APM] fixes elastic#23560 by separating frame headers from code preview and only displaying code preview when stackframe has source code context * [APM] fixes elastic#26239 by checking for valid line number before displaying it * [APM] Converted CodePreview and Stacktace to typescript and consolidated Stackframe types * [APM] pull out components and util functions into own files and added tests
ogupte
added a commit
that referenced
this issue
Dec 5, 2018
* [APM] fixes #23560 by separating frame headers from code preview and only displaying code preview when stackframe has source code context * [APM] fixes #26239 by checking for valid line number before displaying it * [APM] Converted CodePreview and Stacktace to typescript and consolidated Stackframe types * [APM] pull out components and util functions into own files and added tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes #23389
It's the most common case that source lines are not included for stack traces, at least for transactions, so it'd be better to display the headings without the header style we use for the full stack trace box.
in
which stays light-grey.Full stack trace code box style
Heading without styling when source lines are not available
The text was updated successfully, but these errors were encountered: