-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable pre-release/update notifications through an environment variable #4096
Comments
This can be solved in 2 ways: The console can allow users to opt-out of all notifications. The notification will be shown once after which it wont be shown again for that db instance. The server can take an ENV variable as suggested here and pass it to the console. The notification will never be shown. Leaving this issue open for the server based solution. Created #4165 for the console only solution |
@rikinsk I'd really prefer an env var ;) but thanks |
I'm waiting for confirmation from a team mate but I was told that Hasura will crash hard when it runs in an offline environment -- because it tries to contact github.com to check for an update? Which makes this issue even more important to fix IMHO. |
I want to be able to immediately "opt-out" (as it's called in 1.1.0) from pre-release notifications, as well as any upgrade notification, through an environment variable similar to
HASURA_GRAPHQL_ENABLE_TELEMETRY
. Basically I don't want to see the popups in the console.I don't think one exists.
The text was updated successfully, but these errors were encountered: