Skip to content

Commit

Permalink
feat: app insights beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Nicolae committed May 29, 2024
1 parent 949a210 commit 9f8c174
Show file tree
Hide file tree
Showing 8 changed files with 486 additions and 266 deletions.
1 change: 1 addition & 0 deletions tabs/.env.teamsfx.dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ REACT_APP_TEAMSFX_ENDPOINT=https://eionet2dashboardsimpleauth.azurewebsites.net
# FOO=BAR
REACT_APP_SHAREPOINT_SITE_ID=7lcpdm.sharepoint.com,bf9359de-0f13-4b00-8b5a-114f6ef3bfb0,6609a994-5225-4a1d-bd05-a239c7b45f72
REACT_APP_CONFIGURATION_LIST_ID=010b1be2-0df5-4ab1-b2a7-17e010aae775
REACT_APP_INSIGHTS_CONNECTION=InstrumentationKey=17de9ca6-eb5e-4601-b7af-60c2c564f5a5;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=135a1b3d-e643-4854-882f-2ee97f4f7f90
157 changes: 157 additions & 0 deletions tabs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"validator": "^13.7.0"
},
"devDependencies": {
"@microsoft/applicationinsights-react-js": "^17.2.0",
"@microsoft/applicationinsights-web": "^3.2.1",
"cross-env": "^7.0.3",
"env-cmd": "^10.1.0",
"eslint": "^8.17.0",
Expand Down Expand Up @@ -98,4 +100,4 @@
"@azure/core-paging": "1.1.1"
},
"homepage": "."
}
}
Loading

0 comments on commit 9f8c174

Please sign in to comment.