We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a4db7 commit 4fb63a2Copy full SHA for 4fb63a2
packages/browser-utils/src/metrics/inp.ts
@@ -84,8 +84,6 @@ export function _trackINP(): () => void {
84
* exported only for testing
85
*/
86
export const _onInp: InstrumentationHandlerCallback = ({ metric }) => {
87
- console.log('xx _onINP', metric);
88
-
89
if (metric.value == undefined) {
90
return;
91
}
packages/browser-utils/src/metrics/web-vitals/getINP.ts
@@ -14,7 +14,6 @@
14
* limitations under the License.
15
16
17
-import { WINDOW } from '../../types';
18
import { bindReporter } from './lib/bindReporter';
19
import { initMetric } from './lib/initMetric';
20
import { initUnique } from './lib/initUnique';
0 commit comments