We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2165134 commit 80b3628Copy full SHA for 80b3628
1 file changed
src/legacy/ui/ui_bundles/app_entry_template.js
@@ -34,7 +34,7 @@ import { CoreSystem } from '__kibanaCore__'
34
35
const injectedMetadata = JSON.parse(document.querySelector('kbn-injected-metadata').getAttribute('data'));
36
37
-${apmInit('injectedMetadata.apm')}
+${apmInit('injectedMetadata.vars.apmConfig')}
38
39
i18n.load(injectedMetadata.i18n.translationsUrl)
40
.catch(e => e)
0 commit comments