We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Meta issue: #32894 PackageInfo issue: #45262
Replace
import { metadata } from 'ui/metadata'; console.log(metadata.branch)
with
function(context: PluginInitializerContext) { console.log(context.env.packageInfo.branch) }
This could possibly be added to the useCore hook.
useCore
The text was updated successfully, but these errors were encountered:
Pinging @elastic/apm-ui (Team:apm)
Sorry, something went wrong.
@ogupte You currently working on this or should I move this to the backlog?
smith
No branches or pull requests
Meta issue: #32894
PackageInfo issue: #45262
Replace
with
This could possibly be added to the
useCore
hook.The text was updated successfully, but these errors were encountered: