-
Notifications
You must be signed in to change notification settings - Fork 115
feat: Enhance Laravel auto-instrumentation #336
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #336 +/- ##
============================================
+ Coverage 79.45% 81.35% +1.90%
+ Complexity 1772 1631 -141
============================================
Files 137 113 -24
Lines 7568 6704 -864
============================================
- Hits 6013 5454 -559
+ Misses 1555 1250 -305 Flags with carried forward coverage won't be shown. Click here to find out more.
... and 24 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@cedricziel what's the status of this project? any reason it wasn't continued? |
@evilpilaf we haven't heard from Cedric for quite some time. Do you have the skills to test this out and assess whether it's in a working state? It looks like a good contribution, but I'm no Symfony expert... |
@brettmc no sadly I am not experienced in Symfony (or PHP for that regard 😅) so I don't think I can help testing this thoroughly |
This PR improves the Laravel auto-instrumentation with several key enhancements:
The changes focus on making the Laravel instrumentation more robust and providing better observability into Laravel applications.