Temp enable

This commit is contained in:
Eric Bailey
2025-02-12 15:19:11 -06:00
parent 72499ec0b7
commit d79000eabc
+2 -1
View File
@@ -8,7 +8,8 @@ export {debug, error, info, warn} from '@bitdrift/react-native'
const BITDRIFT_API_KEY = process.env.BITDRIFT_API_KEY
initPromise.then(() => {
let isEnabled = false
// TODO revert
let isEnabled = true
try {
if (Statsig.checkGate('enable_bitdrift')) {
isEnabled = true