Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 625 Bytes

pt_sentry_client

Environment Variable

SENTRY_DSN Url der Sentry Instanz

Settings

In der Settings-Datei unter config/system muss folgendes hinzugefügt werden:

'SYS' => [
    'productionExceptionHandler' => \PunktDe\PtSentryClient\Handler\SentryProductionExceptionHandler::class,
    'debugExceptionHandler' => \PunktDe\PtSentryClient\Handler\SentryDebugExceptionHandler::class,
];

TypoScript

Entweder das statische TypoScript der Extension einbinden oder mit dem folgenden Import in das eigene TypoScript integrieren:

@import 'EXT:pt_sentry_client/Configuration/TypoScript'