MCPcopy Create free account
hub / github.com/linuxfoundation/crowd.dev / isLogRocketEnabled

Function isLogRocketEnabled

frontend/src/utils/logRocket/index.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

initFunction · 0.85
captureExceptionFunction · 0.85
identifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected