-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marge develop into master #296
Conversation
Update sentry.php
// Indicates that requests without a matching route should be traced | ||
'missing_routes' => false, | ||
|
||
// Indicates if the performance trace should continue after the response has been sent to the user until the application terminates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line exceeds 120 characters; contains 139 characters
'missing_routes' => false, | ||
|
||
// Indicates if the performance trace should continue after the response has been sent to the user until the application terminates | ||
// This is required to capture any spans that are created after the response has been sent like queue jobs dispatched using `dispatch(...)->afterResponse()` for example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line exceeds 120 characters; contains 176 characters
|
||
'controllers_base_namespace' => env('SENTRY_CONTROLLERS_BASE_NAMESPACE', 'App\\Http\\Controllers'), | ||
'profiles_sample_rate' => env('SENTRY_PROFILES_SAMPLE_RATE') === null ? null : (float)env('SENTRY_PROFILES_SAMPLE_RATE'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line exceeds 120 characters; contains 125 characters
Code Climate has analyzed commit 98d43f0 and detected 3 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Set memory_limit in tests
No description provided.