File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
core/public/injected_metadata Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,6 @@ export interface InjectedMetadataParams {
8888 user ?: Record < string , UserProvidedValues > ;
8989 } ;
9090 } ;
91- apm : {
92- [ key : string ] : unknown ;
93- } ;
9491 } ;
9592}
9693
Original file line number Diff line number Diff line change @@ -28,21 +28,13 @@ export const appEntryTemplate = bundle => `
2828 * context: ${ bundle . getContext ( ) }
2929 */
3030
31- // import global polyfills
32- import Symbol_observable from 'symbol-observable';
33- import 'core-js/stable';
34- import 'regenerator-runtime/runtime';
35- import 'custom-event-polyfill';
36- import 'whatwg-fetch';
37- import 'abortcontroller-polyfill';
38- import 'childnode-remove-polyfill';
3931${ apmImport ( ) }
4032import { i18n } from '@kbn/i18n';
4133import { CoreSystem } from '__kibanaCore__'
4234
4335const injectedMetadata = JSON.parse(document.querySelector('kbn-injected-metadata').getAttribute('data'));
4436
45- ${ apmInit ( 'injectedMetadata.apm ' ) }
37+ ${ apmInit ( 'injectedMetadata.vars.apmConfig ' ) }
4638
4739i18n.load(injectedMetadata.i18n.translationsUrl)
4840 .catch(e => e)
You can’t perform that action at this time.
0 commit comments