mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): promote the custom track profiler to stable.
We didn't get much report on the feature itself so we feel confident about promoting it to stable. In parallel we'll also land #62959 but one is not blocking the other.
fixes #64996
(cherry picked from commit c15836c8c7)
This commit is contained in:
parent
91d8d55a80
commit
035e07e3be
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ function getProviderTokenMeasureName<T>(token: any) {
|
|||
*
|
||||
* Note: integration is enabled in the development mode only, this operation is noop in the production mode.
|
||||
*
|
||||
* @experimental
|
||||
* @publicApi v21.0
|
||||
*
|
||||
* @returns a function that can be invoked to stop sending profiling data.
|
||||
* @see [Profiling with the Chrome DevTools](best-practices/profiling-with-chrome-devtools#recording-a-profile)
|
||||
|
|
|
|||
Loading…
Reference in a new issue