File size: 210 Bytes
1e92f2d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import * as mod from 'my-lib'

export function register() {
  console.log('register in instrumentation.js is running')
  // make sure that this is not tree-shaken
  if (process.env.DOESNT_EXIST_1234) mod.c()
}