You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The my_app_name parameter is currently hard-coded to "kibana". Since ems-client is also used by ems-landing-page and possibly other apps in the future, we should be able to specify this in the constructor.
Additionally, kbnVersion should probably be renamed to something like appVersion in the constructor.
The text was updated successfully, but these errors were encountered:
ems-client/src/ems_client.js
Lines 110 to 111 in 9815cd8
The
my_app_name
parameter is currently hard-coded to "kibana". Since ems-client is also used by ems-landing-page and possibly other apps in the future, we should be able to specify this in the constructor.Additionally,
kbnVersion
should probably be renamed to something likeappVersion
in the constructor.The text was updated successfully, but these errors were encountered: