Skip to content

Commit 5e9aecc

Browse files
committed
removing comments
1 parent a59a35f commit 5e9aecc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/setup/telemetry/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ export default function (): void {
4141
op: CONST.TELEMETRY.SPAN_APP_STARTUP,
4242
});
4343

44-
// getEntriesByName() queries the JS-side entry store, which is only populated after
45-
// CONTENT_APPEARED fires (emitBufferedMarks). Since this code runs during JS bundle
46-
// execution — before content appears — the sync check always returns [].
47-
// Use a PerformanceObserver with type 'react-native-mark' (native marks arrive as
48-
// PerformanceReactNativeMark, not PerformanceMark) and buffered: true so it fires
49-
// when CONTENT_APPEARED flushes the native mark buffer to JS.
5044
let jsParseStartMs: number | undefined;
5145
const observer = new PerformanceObserver((list) => {
5246
for (const entry of list.getEntries()) {

0 commit comments

Comments
 (0)