mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-13 06:10:12 +08:00
By removing the hardcoded value the sentry client will fall back to pulling it from the SENTRY_DSN environment variable. The hardcoded value has been moved to the default value of the commandline options so the default behavior will be the same. A `--no-sentry` and `MEILI_NO_SENTRY` option has also been introduced that effectively disables sentry reporting.