-
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] Breadcrumbs not updating from service jump on service map #136144
Conversation
Pinging @elastic/apm-ui (Team:apm) |
x-pack/plugins/apm/public/context/breadcrumbs/use_breadcrumb.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/context/breadcrumbs/use_breadcrumb.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/context/breadcrumbs/use_breadcrumb.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/context/breadcrumbs/use_breadcrumb.ts
Outdated
Show resolved
Hide resolved
…o apm-breadcrumbs
}), | ||
}, | ||
], | ||
[] |
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 isn't correct - apmRouter
and all the query parameters should be defined as dependencies. If you add useBreadcrumb
to .eslintrc.js
as suggested earlier you should see errors here too.
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.
My bad, forgot to update the file you mentioned. Done it here: da85a74
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
Thanks! I'm pretty confident we can trust the hook now 😄
closes #133503
breadcrumb.fix.mov