Skip to content
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

Fix collected actions [debug] #751

Merged
merged 3 commits into from
Aug 31, 2023
Merged

Fix collected actions [debug] #751

merged 3 commits into from
Aug 31, 2023

Conversation

xepozz
Copy link
Member

@xepozz xepozz commented Aug 31, 2023

Q A
Is bugfix? ✔️

@what-the-diff
Copy link

what-the-diff bot commented Aug 31, 2023

PR Summary

  • Bug Fix for Issue Fix collected actions [debug] #751
    The CHANGELOG file has been updated, marking the patch for a previously reported bug (issue Fix collected actions [debug] #751).

  • Enhancements to DatabaseCollector.php
    Several additions have been made to this PHP file to enhance its performance:

    • Update to 'collectQueryStart' Method
      A new action and time entry have been added to the actions array. This will help track events and their timestamps, enhancing the monitoring capabilities.

    • Improvements to 'collectTransactionStart' Method
      Similar changes were made here with a new action and time entry added to the actions array, this will improve tracking of when database transactions begin.

    • Addition to 'collectTransactionRollback' & 'collectTransactionCommit' Methods
      New actions have been added to the actions array in these methods, further improving the monitoring and tracking of events when database transactions are rolled back or committed.

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: -23.30% ⚠️

Comparison is base (8eb3a7c) 99.73% compared to head (2ce3647) 76.44%.
Report is 1 commits behind head on master.

❗ Current head 2ce3647 differs from pull request most recent head 628edbe. Consider uploading reports for the commit 628edbe to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##             master     #751       +/-   ##
=============================================
- Coverage     99.73%   76.44%   -23.30%     
- Complexity     1269     1375      +106     
=============================================
  Files            63       67        +4     
  Lines          3038     3383      +345     
=============================================
- Hits           3030     2586      -444     
- Misses            8      797      +789     
Files Changed Coverage Δ
src/Debug/DatabaseCollector.php 0.00% <0.00%> (ø)

... and 39 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@terabytesoftw terabytesoftw merged commit 7921d44 into master Aug 31, 2023
1 of 83 checks passed
@terabytesoftw terabytesoftw deleted the fix-collected-actions branch August 31, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants