w0bm.com v1.5z FULL.RETARD.BUILD.BUT.STILL.WORKS
This commit is contained in:
14
config/sentry.php
Normal file
14
config/sentry.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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,
|
||||
);
|
Reference in New Issue
Block a user