mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 15:18:18 -05:00
* feat: implement logger with loki and console transport * yarn nice * feat: add logging in Android and iOS modules (native) * feat: add sentry logs * chore: add yarn.lock * update podfile * feat: intercept and push console.logs to loki * update podfile.lock * Remove NativeLoggerBridgeModule.kt and update NFCPassportReader pod version in Podfile * add podfile.lock * use seperate queue for NFC logs & lint * update review comments * add project.pbxproj and Podfile.lock * memoize LoggerProvider
10 lines
335 B
Objective-C
10 lines
335 B
Objective-C
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
|
|
|
#import <React/RCTBridgeModule.h>
|
|
#import <React/RCTEventEmitter.h>
|
|
|
|
@interface RCT_EXTERN_MODULE(NativeLoggerBridge, RCTEventEmitter)
|
|
|
|
RCT_EXTERN_METHOD(requiresMainQueueSetup)
|
|
|
|
@end |