Skip to content
Snippets Groups Projects
Unverified Commit 58b667d9 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

docs - mb_no_surveys (#40400)

parent 9f4e9137
Branches
Tags
No related merge requests found
......@@ -929,6 +929,23 @@ Since: v44.1
Matching style for native query editor's autocomplete. Larger instances can have performance issues matching using `substring`, so can use `prefix` matching, or turn autocompletions `off`.
### `MB_NO_SURVEYS`
Type: boolean<br>
Default: `false`<br>
Metabase will send a sentiment survey to people who create a number of questions and dashboards to gauge how well the product is doing with respect to making things easy for creators.
Metabase will only send these emails to people who have in the past 2 months:
- Created at least 10 questions total
- Created at least 2 SQL questions
- Created at least 1 dashboard
If you're whitelabeling Metabase, these survey emails will only be sent to admins for that instance who meet that criteria.
If you don't want Metabase to send these emails, set `MB_NO_SURVEYS=true`.
### `MB_NOTIFICATION_LINK_BASE_URL`
Only available on Metabase [Pro](https://www.metabase.com/product/pro) and [Enterprise](https://www.metabase.com/product/enterprise) plans.<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment