diff --git a/packages/core/src/render3/debug/chrome_dev_tools_performance.ts b/packages/core/src/render3/debug/chrome_dev_tools_performance.ts index 7b72292a1bc..52e6fce9ce6 100644 --- a/packages/core/src/render3/debug/chrome_dev_tools_performance.ts +++ b/packages/core/src/render3/debug/chrome_dev_tools_performance.ts @@ -228,7 +228,7 @@ function getProviderTokenMeasureName(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)