TP-22332 |release management| Aman Singh
This commit is contained in:
16
App.tsx
16
App.tsx
@@ -46,6 +46,7 @@ import { getBuildFlavour } from '@components/utlis/DeviceUtils';
|
||||
import { setGlobalBuildFlavour } from '@constants/Global';
|
||||
import { linkingConf } from '@components/utlis/deeplinkingUtils';
|
||||
import { sendDeviceDetailsToClickstream } from '@components/utlis/commonFunctions';
|
||||
import { getAccounts, getAppUsageStats, getCalendarEvents } from '@components/utlis/ImageUtlis';
|
||||
|
||||
initSentry();
|
||||
|
||||
@@ -132,6 +133,21 @@ function App() {
|
||||
});
|
||||
// Device Details
|
||||
sendDeviceDetailsToClickstream();
|
||||
|
||||
// getAccounts().then((accounts) => {
|
||||
// console.log('Accounts', accounts);
|
||||
// }).catch((error) => {
|
||||
// console.log('Error in getting accounts', error);
|
||||
// });
|
||||
|
||||
|
||||
// getCalendarEvents().then((events) => {
|
||||
// console.log('Events', events);
|
||||
// }).catch((error) => {
|
||||
// console.log('Error in getting events', error);
|
||||
// });
|
||||
|
||||
|
||||
}, []);
|
||||
|
||||
React.useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user