diff options
author | Eric Bailey <git@esb.lol> | 2025-02-28 12:46:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-28 12:46:27 -0600 |
commit | 36a7a8d8c68fc1d3d3fd396dd9f705c966552fcb (patch) | |
tree | 1554dd9e960937c2fa2ba3941fc12cf8801a8bbd /src/App.native.tsx | |
parent | 7c36ea115855050f319be19bb74d6f7fd80f8eed (diff) | |
download | voidsky-36a7a8d8c68fc1d3d3fd396dd9f705c966552fcb.tar.zst |
Colocate bitdrift in logger, use logger for transport (#7868)
* Colocate bitdrift in logger, use logger for transport (cherry picked from commit cdd6941fd7f6de9829d61712340a30a55936d2ee) * Fix mocks, format (cherry picked from commit 9de88660c6217ebe7f83e3abfb198f85e26d9c53) * Ok I guess mocks dir doesn't work (cherry picked from commit 9f37e52011d2794ad8fcd732eb26558e9f0ef42c)
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 63284d5d5..9c3167255 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -1,6 +1,6 @@ import 'react-native-url-polyfill/auto' import '#/logger/sentry/setup' -import '#/lib/bitdrift' // must be near top +import '#/logger/bitdrift/setup' import '#/view/icons' import React, {useEffect, useState} from 'react' |