()
| 10 | const logger = createLogger('EdgeInstrumentation') |
| 11 | |
| 12 | export 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 | } |