Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 324 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 324 Bytes

Easy and fast integration of Sentry into Nette 3 project

Check files, where the magic happens:

  • app/config/common.neon
  • app/Logging/SentryDecoratedTracyLogger.php

Do not forget to set DSN in your app/config/local.neon:

parameters:
    sentry:
        dsn: 'https://xyz@sentry.io/xyz'