Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.29 KB

neural-numbers-mini

Portable version of Neural Numbers for use as a suitcase exhibit

Sentry

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.

Idle timeout

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.

Credits

Adapted by Eric Londaits from the Neural Numbers exhibit created by Aaron Montag for IMAGINARY gGmbH.

License

Copyright 2019-2022 IMAGINARY gGmbH. Licensed under the MIT License (see LICENSE).