diff options
author | Eric Bailey <git@esb.lol> | 2023-11-03 16:34:14 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2023-11-04 12:18:56 -0500 |
commit | fd93bf2146b9c379945d3e315cb53cdb44887c8e (patch) | |
tree | 87b73749f8ca9a55bfc6b8041687ff085b2ed22a /src/logger/sentry/index.ts | |
parent | 445f976881429f54758569de69bc4bce3f88c60b (diff) | |
download | voidsky-fd93bf2146b9c379945d3e315cb53cdb44887c8e.tar.zst |
Add new logger
Diffstat (limited to 'src/logger/sentry/index.ts')
-rw-r--r-- | src/logger/sentry/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logger/sentry/index.ts b/src/logger/sentry/index.ts new file mode 100644 index 000000000..a2ed8452d --- /dev/null +++ b/src/logger/sentry/index.ts @@ -0,0 +1 @@ +export {Native as Sentry} from 'sentry-expo' |