Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Integration with Laravel Telescope implemented #54

Merged
merged 10 commits into from
Jul 16, 2021
Merged

Conversation

tarampampam
Copy link
Collaborator

@tarampampam tarampampam commented Jul 13, 2021

Description

Added

  • Integration with Laravel Telescope is supported now (just enable SetupTelescopeListener for BeforeLoopStartedEvent)

Fixes #53

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@tarampampam tarampampam added the type:enhancement New feature or request label Jul 13, 2021
@tarampampam tarampampam self-assigned this Jul 13, 2021
@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #54 (4674121) into master (54d86c4) will increase coverage by 0.78%.
The diff coverage is 95.45%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #54      +/-   ##
============================================
+ Coverage     82.10%   82.88%   +0.78%     
- Complexity      260      272      +12     
============================================
  Files            55       56       +1     
  Lines           609      631      +22     
============================================
+ Hits            500      523      +23     
+ Misses          109      108       -1     
Impacted Files Coverage Δ
src/Listeners/SetupTelescopeListener.php 95.45% <95.45%> (ø)
src/Listeners/RebindMailManagerListener.php 83.33% <0.00%> (+16.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54d86c4...4674121. Read the comment docs.

@tarampampam tarampampam marked this pull request as ready for review July 14, 2021 13:16
@tarampampam tarampampam merged commit a7ee3d4 into master Jul 16, 2021
@tarampampam tarampampam deleted the telescope-support branch July 16, 2021 06:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Laravel Telescope shows its own http requests in the Requests list.
1 participant