Temp enable
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ export {debug, error, info, warn} from '@bitdrift/react-native'
|
|||||||
const BITDRIFT_API_KEY = process.env.BITDRIFT_API_KEY
|
const BITDRIFT_API_KEY = process.env.BITDRIFT_API_KEY
|
||||||
|
|
||||||
initPromise.then(() => {
|
initPromise.then(() => {
|
||||||
let isEnabled = false
|
// TODO revert
|
||||||
|
let isEnabled = true
|
||||||
try {
|
try {
|
||||||
if (Statsig.checkGate('enable_bitdrift')) {
|
if (Statsig.checkGate('enable_bitdrift')) {
|
||||||
isEnabled = true
|
isEnabled = true
|
||||||
|
|||||||
Reference in New Issue
Block a user