Skip to content

Commit

Permalink
Minor docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Jan 28, 2025
1 parent b8d46ad commit 0faa9e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/administration/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upgrade Mathesar

!!! warning "Mathesar 0.2.0 cannot be upgraded"
!!! warning "Mathesar cannot be upgraded to version 0.2.0"
You'll need to reinstall Mathesar to use Mathesar 0.2.0, our initial beta release. Upgrading from our alpha versions is not supported.

The steps to upgrade Mathesar vary by release.
Expand Down
5 changes: 3 additions & 2 deletions docs/docs/administration/usage-data-collection.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Usage Data Collection

You can opt-in to allow Mathesar to gather anonymized usage data. This is very valuable to us to help us improve Mathesar’s features, performance, and stability, through understanding how Mathesar is being used, enabling us to identify areas to improve the user experience, and allowing us to track adoption and ensure the reliability of the tool.
You can opt-in to allow Mathesar to gather anonymized usage data. This is very valuable to us to help us improve Mathesar’s features, performance, and stability, through understanding how Mathesar is being used, enabling us to identify areas to improve the user experience, and allowing us to track adoption and ensure the reliability of the tool.

## Data Sent

When you've opted-in to usage data collection, the following information is sent every 24 hours:

- **created_at**: A timestamp giving the time the report was created.
Expand All @@ -19,4 +20,4 @@ When you've opted-in to usage data collection, the following information is sent

## Viewing Actual Reports

If you'd like to see an actual report from your running Mathesar installation, go to the path `/info/analytics_sample_report/` at the domain where you connect to Mathesar. You can also call the RPC function [`analytics.view_report`](/api/methods#analytics.view_report).
If you'd like to see an actual report from your running Mathesar installation, go to the path `/info/analytics_sample_report/` at the domain where you connect to Mathesar. You can also call the RPC function [`analytics.view_report`](../../api/methods#analytics.view_report).

0 comments on commit 0faa9e2

Please sign in to comment.