PHP Classes

File: config/sentry.php

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP Twitter Bot   config/sentry.php   Download  
File: config/sentry.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Twitter Bot
Application to automate interactions using Twitter
Author: By
Last change:
Date: 5 years ago
Size: 302 bytes
 

Contents

Class file image Download
<?php

return array(
   
'dsn' => env('SENTRY_DSN'),

   
// capture release as git sha
    // 'release' => trim(exec('git log --pretty="%h" -n1 HEAD')),

    // Capture bindings on SQL queries
   
'breadcrumbs.sql_bindings' => true,

   
// Capture default user context
   
'user_context' => true,
);