change(react-native): removed debug

This commit is contained in:
Shekar Siri 2024-06-21 15:53:21 +02:00
parent df8322afe3
commit e9c96521ab

View file

@ -67,21 +67,6 @@ const ORSanitizedView =
throw new Error('RnSanitizedView; ' + LINKING_ERROR);
};
export function start(): void {
return ORTrackerConnector.startSession(
'34LtpOwyUI2ELFUNVkMn',
{
analytics: true,
crashes: true,
debugLogs: true,
logs: true,
performances: true,
screen: true,
},
'https://foss.openreplay.com/ingest'
);
}
export function setMetadata(key: string, value: string) {
ORTrackerConnector.setMetadata(key, value);
}