MCPcopy
hub / github.com/simstudioai/sim / register

Function register

apps/sim/instrumentation-edge.ts:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const logger = createLogger('EdgeInstrumentation')
11
12export async function register() {
13 try {
14 logger.info('Edge Runtime instrumentation initialized')
15 } catch (error) {
16 logger.error('Failed to initialize Edge Runtime instrumentation', error)
17 }
18}

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected