tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Add support for Google Analytics 4 #239

Open jonespm opened 2 years ago

jonespm commented 2 years ago

We should add basic Google Analytics support to this application.

This will probably be via the a React library like this one. https://github.com/PriceRunner/react-ga4 This will need to be configured.

Also the CSP will need to be modified after #220 to include www.google-analytics.com (or whatever appropriate address) to both CSP_SCRIPT_SRC and SCP_IMG_SRC.