Azure / ibex-dashboard

Custom Analytics Dashboard for Microsoft Bot Framework and other applications as well
http://aka.ms/ibex
MIT License
169 stars 189 forks source link

Replace 'beta' with 'v1' in appInsightsUri variable #390

Open gwenau opened 5 years ago

gwenau commented 5 years ago

I have been having trouble accessing my Application Insights until I discovered that the appInsightsUri variable is hard-coded to the beta version. Could you please update this to v1 in the applicationInsights.js and common.ts file or allow the appInsightsUri variable to be soft-coded? Thank you.

morsh commented 5 years ago

Hi @gwenau - sorry for the inconvenience, but currently there's no one actively maintaining this repo, but we do accept PRs if you want to fix the problem yourself.

gwenau commented 5 years ago

Pull request has been created https://github.com/Azure/ibex-dashboard/pull/391