ReturnToPrevious: create feature toggle (#80831)

This commit is contained in:
Laura Fernández
2024-01-18 18:12:14 +01:00
committed by GitHub
parent 2cdf73f584
commit 5800e40fba
5 changed files with 15 additions and 0 deletions
@@ -107,6 +107,7 @@ Experimental features might be changed or removed without prior notice.
| `disableSecretsCompatibility` | Disable duplicated secret storage in legacy tables |
| `logRequestsInstrumentedAsUnknown` | Logs the path for requests that are instrumented as unknown |
| `dockedMegaMenu` | Enable support for a persistent (docked) navigation menu |
| `returnToPrevious` | Enables the return to previous context functionality |
| `showDashboardValidationWarnings` | Show warnings when dashboards do not validate against the schema |
| `mysqlAnsiQuotes` | Use double quotes to escape keyword in a MySQL query |
| `alertingBacktesting` | Rule backtesting API for alerting |