Portable version of Neural Numbers for use as a suitcase exhibit
This project uses Sentry to track errors in production.
Unhandled exceptions and console.error messages will be sent if the Sentry DSN is set.
The Sentry DSN will be read from:
- The
sentry-dsn
query string argument. (Read from the browser) - The
sentryDSN
key in config.json. (Read at build-time only) - The
SENTRY_DSN
environment variable. (Read at build-time only)
To enable Sentry, set the SENTRY_DSN
environment variable to your Sentry DSN.
The app will automatically close the training panel after a period of inactivity.
The timeout duration (in seconds) can be set through:
- The
idle-timeout
query string argument. (Read from the browser) - The
idleTimeout
key in config.json. (Read at build-time only) - The
IDLE_TIMEOUT
environment variable. (Read at build-time only)
The default value is 60 seconds. Set to 0 to disable the timeout.
Adapted by Eric Londaits from the Neural Numbers exhibit created by Aaron Montag for IMAGINARY gGmbH.
Copyright 2019-2022 IMAGINARY gGmbH. Licensed under the MIT License (see LICENSE).