Search by

adrhumphreys / telescope

adrhumphreys

Debugging made easier

Package info

github.com/adrhumphreys/telescope

Language:JavaScript

pkg:composer/adrhumphreys/telescope

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 10

dev-master / 2.x-dev 2020-12-06 22:49 UTC

This package is auto-updated.

Last update: 2026-09-06 18:41:12 UTC


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