Add support for multiple project roots (or option to exclude sub-folders)
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 337
- Forks
- 116
- Avg merge
- 17d 2h
- Merged PRs (30d)
- 1
Description
A config option mentioned in the docs, project_package_paths, is not available in the PHP SDK. Would be nice to support this in order to support multiple paths for app-relevant source. Another option: add a config that allows specific sub-paths of the root to be excluded, for example node_modules or vendor.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the documented project_package_paths option with the PHP SDK's configuration handling. Determine whether the intended behavior is multiple project roots, exclusions under root, or both, including paths such as node_modules and vendor; the issue names no source file or test to begin from.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100