# Logging / Reporting

{% embed url="<https://logrocket.com/>" %}
LogRocket
{% endembed %}

{% embed url="<https://sentry.io/>" %}
Sentry
{% endembed %}

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:

{% embed url="<https://cli.vuejs.org/guide/mode-and-env.html#environment-variables>" %}
Vue CLI
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jolzee.gitbook.io/leopard/integrations/logging-reporting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
