-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
- Sentry 25.9.0 / Laravel-Sentry 4.22.0
- Configure in_app_include, e.g:
'in_app_include' => [base_path('vendor/custom_one'),],- Trigger any exception
- Check sentry json before send:
# exception > values > stacktrace > frames > [{
"filename": "\/vendor\/custom_one\/File.php",
"lineno": 35,
"in_app": true,
"abs_path": "\/var\/www\/vendor\/custom_one/File.php",Doesn't seem to be an SDK issue since "in_app" are sent
Expected Result
All frames starting with "/vendor/custom_one" are shown by default and have an extra "In App" label
Actual Result
Frames starting with "/vendor/custom_one" are hid by default, no "In App" label next to it
Product Area
Issues
Link
No response
DSN
No response
Version
25.9.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Waiting for: Community