love_php/config/sentry.php

15 lines
311 B
PHP
Raw Normal View History

2026-04-02 09:20:51 +08:00
<?php
return array(
'dsn' => env('SENTRY_LARAVEL_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' => false,
);