Skip to content

Commit 2cce76b

Browse files
authored
Add profiles_sample_rate to config file (#679)
1 parent 0a8f04a commit 2cce76b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/sentry.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,7 @@
7777

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

8183
];

0 commit comments

Comments
 (0)