Make Phoenix enabled based of config context (#1250)

* Have phoenix enabled based of config context irrespective of hosted or portal explorer

* Add telemetry start and success

* Add error code in failure case
This commit is contained in:
Karthik chakravarthy
2022-04-12 16:25:24 -04:00
committed by GitHub
parent 2e3e547a46
commit cea3978ca6
3 changed files with 29 additions and 6 deletions

View File

@@ -84,6 +84,7 @@ export enum Action {
PhoenixConnection,
PhoenixHeartBeat,
PhoenixResetWorkspace,
PhoenixDBAccountAllowed,
DeleteCellFromMenu,
OpenTerminal,
CreateMongoCollectionWithWildcardIndex,