Logging / Reporting

Leopard can be configured to send front end activity logs to both Sentry (sentry.io) and/or LogRocket (logrocket.com)

To use either or both of these services you will need to sign up for an account and then populate the values for the following environmental variables.

Key

Value

VUE_APP_SENTRY_DSN

https://xxxxxxxxxxxxxxxxxx@sentry.io/xxxxxxxx

VUE_APP_LOG_ROCKET

xxxxxx/projectname

Depending on your build and requirements these keys can be in either .env .env.development .env.development.local .env.qa .env.production .env.production.local

More information of the hierarchy that Vue uses when referencing environment files can be found here:

Last updated