-
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] Minor cleanup #22827
[APM] Minor cleanup #22827
Conversation
Pinging @elastic/apm-ui |
@@ -31,4 +31,6 @@ export const ERROR_LOG_MESSAGE = 'error.log.message'; | |||
export const ERROR_EXC_MESSAGE = 'error.exception.message'; | |||
export const ERROR_EXC_HANDLED = 'error.exception.handled'; | |||
|
|||
export const REQUEST_URL_FULL = 'context.request.url.full'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was duplicated so added it as a constants
url={url} | ||
stickyProperties={stickyProperties} | ||
/> | ||
<StickyProperties stickyProperties={stickyProperties} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StickyProperties component now only takes a list of properties, so everything should be declared in that structure (previously url and timestamp was passed in separately).
💔 Build Failed |
13857ae
to
ef5d1cd
Compare
ef5d1cd
to
124fd2d
Compare
💚 Build Succeeded |
💚 Build Succeeded |
# Conflicts: # x-pack/plugins/apm/public/components/app/TransactionOverview/view.js
While working on the DT PR I found myself fixing a couple of minor things. Moving that to a separate PR. Sorry for the mixed bag!