PHP code example of blankogmbh / kirby-sentry

1. Go to this page and download the library: Download blankogmbh/kirby-sentry library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

blankogmbh / kirby-sentry example snippets


'thathoff.sentry.dsn' => "https://df2c6f7afc1a58783e15f2ae0118ff039d8a4755@0123456.ingest.sentry.io/123456",

'thathoff.sentry.environment' => 'production',

'thathoff.sentry.addUserContext' => true,