Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

v1.17

Compare
Choose a tag to compare
@butschster butschster released this 05 Sep 18:40
· 223 commits to master since this release
  1. Fixed problem with ray measure units

  2. Added ability to suppress cli output for smtp, var-dumper, ray and sentry

If you don't want to see dump output in your terminal, you can disable it through ENV variables:

CLI_SMTP_STREAM=false
CLI_VAR_DUMPER_STREAM=false
CLI_SENTRY_STREAM=false
CLI_RAY_STREAM=false

Example

docker run --pull always --env CLI_SMTP_STREAM=false --env CLI_SENTRY_STREAM=false -p 23517:8000 -p 1025:1025 -p 9912:9912 butschster/debugger:latest
  1. Fixed app name
  2. Fixed debug int values with spatie/ray