-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
Description
Problem Statement
When playing around with Laravel Folio I noticed the view spans have the full path the the views:
This is a little on the long and verbose side.
Solution Brainstorm
We should remove base_path()
from those view paths turning:
/Users/alex/dev/sentry-laravel-test/resources/views/pages/users/[id].blade.php
In just:
/resources/views/pages/users/[id].blade.php
(since views can also be in the vendor folder and other places stripping away resources/views
too seems a bit too much, so that's why I'm suggesting just the base_path()
)
cleptric
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Product Owner