We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bcdec commit 4b03b92Copy full SHA for 4b03b92
packages/runtime-core/src/profiling.ts
@@ -7,7 +7,6 @@ export function startMeasure(
7
instance: ComponentInternalInstance,
8
type: string
9
) {
10
- if (!instance.appContext) debugger
11
if (instance.appContext.config.performance && isSupported()) {
12
perf.mark(`vue-${type}-${instance.uid}`)
13
}
0 commit comments