Skip to content

Stracktrace in_app directives sent properly but ignored in Sentry #110965

@Aterniad

Description

@Aterniad

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

Steps to Reproduce

  1. Sentry 25.9.0 / Laravel-Sentry 4.22.0
  2. Configure in_app_include, e.g:
'in_app_include' => [base_path('vendor/custom_one'),],
  1. Trigger any exception
  2. 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

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions