()
| 6 | const APP_ID = 'nm6fil/crowddev'; |
| 7 | |
| 8 | const isLogRocketEnabled: () => void = () => config.env === 'production' && FeatureFlag.unleash?.isEnabled(FEATURE_FLAGS.logRocket); |
| 9 | |
| 10 | const init = () => { |
| 11 | if (isLogRocketEnabled()) { |
no outgoing calls
no test coverage detected