feat(platform): firecamp agent manager is now working as expeted

- firecamp extension agent is improved to manage error

- firecamp agent selector ui will show download extension button if the extension is not instelled
This commit is contained in:
Nishchit14
2022-09-21 06:37:01 +00:00
parent a75671ef8d
commit bcc13fbf42
8 changed files with 80 additions and 68 deletions

View File

@@ -36,7 +36,7 @@ module.exports = {
new webpack.DefinePlugin({
'process.env': {
...env,
CHROME_APP_ID: JSON.stringify(process.env.CHROME_APP_ID),
FIRECAMP_EXTENSION_AGENT_ID: JSON.stringify(process.env.FIRECAMP_EXTENSION_AGENT_ID),
},
}),
// new BundleAnalyzerPlugin(),