PHP 7.4.33
Preview: sentry.php Size: 2.03 KB
/var/www/invoice-sync.bitkit.dk/httpdocs/config/sentry.php
<?php

return [

    'dsn' => env('SENTRY_LARAVEL_DSN', env('SENTRY_DSN')),

    // The release version of your application
    // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
    'release' => env('SENTRY_RELEASE'),

    // When left empty or `null` the Laravel environment will be used
    'environment' => env('SENTRY_ENVIRONMENT'),

    'breadcrumbs' => [
        // Capture Laravel logs in breadcrumbs
        'logs' => true,

        // Capture SQL queries in breadcrumbs
        'sql_queries' => true,

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

        // Capture queue job information in breadcrumbs
        'queue_info' => true,

        // Capture command information in breadcrumbs
        'command_info' => true,
    ],

    'tracing' => [
        // Trace queue jobs as their own transactions
        'queue_job_transactions' => env('SENTRY_TRACE_QUEUE_ENABLED', false),

        // Capture queue jobs as spans when executed on the sync driver
        'queue_jobs' => true,

        // Capture SQL queries as spans
        'sql_queries' => true,

        // Try to find out where the SQL query originated from and add it to the query spans
        'sql_origin' => true,

        // Capture views as spans
        'views' => true,

        // Indicates if the tracing integrations supplied by Sentry should be loaded
        'default_integrations' => true,

        // Indicates that requests without a matching route should be traced
        'missing_routes' => false,
    ],

    // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#send-default-pii
    'send_default_pii' => env('SENTRY_SEND_DEFAULT_PII', false),

    // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#traces-sample-rate
    'traces_sample_rate' => env('SENTRY_TRACES_SAMPLE_RATE') === null ? null : (float)env('SENTRY_TRACES_SAMPLE_RATE'),

];

Directory Contents

Dirs: 2 × Files: 20
Name Size Perms Modified Actions
Economic DIR
- drwxr-xr-x 2022-10-25 14:03:56
Edit Download
- drwxr-xr-x 2022-10-25 14:04:00
Edit Download
9.43 KB lrw-r--r-- 2023-12-20 04:43:18
Edit Download
3.69 KB lrw-r--r-- 2023-12-20 04:43:28
Edit Download
1.73 KB lrw-r--r-- 2023-12-20 04:43:11
Edit Download
3.30 KB lrw-r--r-- 2023-12-20 04:43:27
Edit Download
880 B lrw-r--r-- 2023-12-20 04:43:24
Edit Download
5.08 KB lrw-r--r-- 2023-12-20 04:43:13
Edit Download
2.30 KB lrw-r--r-- 2023-12-20 04:43:15
Edit Download
836 B lrw-r--r-- 2023-12-20 04:43:23
Edit Download
1.59 KB lrw-r--r-- 2023-12-20 04:43:15
Edit Download
3.60 KB lrw-r--r-- 2023-12-20 04:43:19
Edit Download
3.61 KB lrw-r--r-- 2023-12-20 04:43:20
Edit Download
1.28 KB lrw-r--r-- 2025-09-22 05:06:15
Edit Download
1.63 KB lrw------- 2023-12-20 04:43:12
Edit Download
2.93 KB lrw-r--r-- 2023-12-20 04:43:30
Edit Download
2.30 KB lrw-r--r-- 2023-12-20 04:43:21
Edit Download
16.24 KB lrw-rw-r-- 2023-12-20 04:43:26
Edit Download
2.03 KB lrw-r--r-- 2023-12-20 04:43:16
Edit Download
983 B lrw-r--r-- 2023-12-20 04:43:22
Edit Download
7.07 KB lrw-r--r-- 2023-12-20 04:43:29
Edit Download
1.06 KB lrw-r--r-- 2023-12-20 04:43:06
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).