Skip to content

Commit d0ffb6f

Browse files
committed
Use in_app_exclude over include to correct behaviour
1 parent f752518 commit d0ffb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/Laravel/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function configureAndRegisterClient(): void
112112
[
113113
'environment' => $this->app->environment(),
114114
'prefixes' => [$basePath],
115-
'in_app_include' => ["{$basePath}/app"],
115+
'in_app_exclude' => ["{$basePath}/vendor"],
116116
],
117117
$userConfig,
118118
[

0 commit comments

Comments
 (0)