Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set the to property to the email address that will receive the problem report.  Also enable the module.

app.constant('reportProblem', {
to: 'dwalker@calstate.edu',
enabled: true
});

multipleAnalytics

Set the siteSource to either ga for Google Analytics or matomo for Matomo Analytics.

...