chore: cleanup

This commit is contained in:
Nathan Walker
2025-07-19 01:18:12 -07:00
parent 2fb70c1f10
commit 248a85f6e0
15 changed files with 439 additions and 417 deletions

View File

@@ -160,10 +160,6 @@ export function enable(mode: InstrumentationMode = 'counters') {
}
try {
// const appConfig = require('~/package.json');
// @ts-ignore
// const appConfig = await import('~/package.json');
console.log('profiling appConfig:', appConfig);
if (appConfig && appConfig.profiling) {
enable(appConfig.profiling);
}