adrhumphreys/telescope

Debugging made easier

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 10

Language:JavaScript


README

Yeet it into a db

Requirements

  • SilverStripe ^4.0

Installation

Just chuck it on in mate

composer require adrhumphreys/telescope dev-master

Example configuration (optional)

If you have some log wrappers you'll want to exclude those classes from the log handler. Otherwise, the context will always point at your wrapper

AdrHumphreys\Telescope\Handlers\LogHandler:
  skipClassesPartials:
    - 'App\Helpers\SystemLog'

Examples:

Requests

Logs