change(react-native): removed debug
This commit is contained in:
parent
df8322afe3
commit
e9c96521ab
1 changed files with 0 additions and 15 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue