refactor(mobile): remove placeholder platform wrappers
This commit is contained in:
parent
b73d5e9a96
commit
86e2da88eb
@ -1,3 +0,0 @@
|
||||
export function isReactNativePlatformSdkReady(): boolean {
|
||||
return false;
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
type EventType = 'info' | 'warn' | 'error';
|
||||
|
||||
export function trackEvent(eventType: EventType, name: string, tags?: Record<string, string>): void {
|
||||
void eventType;
|
||||
void name;
|
||||
void tags;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user