Skip to content

Commit 2344e47

Browse files
authored
Fix config links (#1079)
1 parent 7394077 commit 2344e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/sentry.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
return [
99

10-
// @see https://docs.sentry.io/product/sentry-basics/dsn-explainer/
10+
// @see https://docs.sentry.io/concepts/key-terms/dsn-explainer/
1111
'dsn' => env('SENTRY_LARAVEL_DSN', env('SENTRY_DSN')),
1212

1313
// @see https://spotlightjs.com/
@@ -29,7 +29,7 @@
2929
// @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#traces_sample_rate
3030
'traces_sample_rate' => env('SENTRY_TRACES_SAMPLE_RATE') === null ? null : (float) env('SENTRY_TRACES_SAMPLE_RATE'),
3131

32-
// @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#profiles-sample-rate
32+
// @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#profiles_sample_rate
3333
'profiles_sample_rate' => env('SENTRY_PROFILES_SAMPLE_RATE') === null ? null : (float) env('SENTRY_PROFILES_SAMPLE_RATE'),
3434

3535
// @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#enable_logs

0 commit comments

Comments
 (0)