forked from phoenixframework/phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add telemetry events to Controller.render_with_layouts/4 (phoenixfram…
…ework#5122) Adding :telemetry events to the render_with_layouts/4 function in allows APMs to record template rendering times, which was previously possible through extending an app's view module, but not anymore from Phoenix 1.7 onward.
- Loading branch information
1 parent
e878034
commit f095d1f
Showing
2 changed files
with
82 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters