File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/AnalyticsReactNativeExample Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ import {useState} from 'react';
2929// import { IdfaPlugin } from '@segment/analytics-react-native-plugin-idfa';
3030// import { AdvertisingIdPlugin } from '@segment/analytics-react-native-plugin-advertising-id';
3131// import { ClevertapPlugin } from '@segment/analytics-react-native-plugin-clevertap';
32- import { BrazePlugin } from '@segment/analytics-react-native-plugin-braze' ;
32+ // import { BrazePlugin } from '@segment/analytics-react-native-plugin-braze';
3333
3434const segmentClient = createClient ( {
35- writeKey : 'KDzygiYHVtaOeNDmSTzcGDH2KMkJCPTM ' ,
35+ writeKey : '<write-key> ' ,
3636 trackAppLifecycleEvents : true ,
3737 collectDeviceId : true ,
3838 debug : true ,
@@ -63,7 +63,7 @@ const segmentClient = createClient({
6363
6464// segmentClient.add({plugin: new AmplitudeSessionPlugin()});
6565
66- segmentClient . add ( { plugin : new BrazePlugin ( ) } ) ;
66+ // segmentClient.add({ plugin: new BrazePlugin() });
6767
6868// segmentClient.add({ plugin: new ClevertapPlugin() });
6969
You can’t perform that action at this time.
0 commit comments