Skip to content

Commit

Permalink
Add sentry configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Feb 4, 2018
1 parent e94752c commit 681ddf5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/sentry.php
Original file line number Diff line number Diff line change
@@ -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,
);

0 comments on commit 681ddf5

Please sign in to comment.