diff --git a/tracker/tracker-reactnative/src/index.tsx b/tracker/tracker-reactnative/src/index.tsx index cfbe1ee08..b58bb0e7b 100644 --- a/tracker/tracker-reactnative/src/index.tsx +++ b/tracker/tracker-reactnative/src/index.tsx @@ -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); }