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:
Matthieu Riegler 2025-11-17 10:12:07 +01:00 committed by Jessica Janiuk
parent 91d8d55a80
commit 035e07e3be

View file

@ -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)