Skip to content

Commit

Permalink
Update ReactScan.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Dec 20, 2024
1 parent 44140c5 commit 6a2be39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Analytics/ReactScan.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MonitoringInner as Monitoring } from 'react-scan/monitoring/next';
import { Monitoring } from 'react-scan/monitoring/next';

interface ReactScanProps {
apiKey: string;
Expand All @@ -7,8 +7,6 @@ interface ReactScanProps {
const ReactScan = ({ apiKey }: ReactScanProps) => (
<Monitoring
apiKey={apiKey}
branch={process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_REF}
commit={process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA}
url="https://monitoring.react-scan.com/api/v1/ingest"
/>
);
Expand Down

0 comments on commit 6a2be39

Please sign in to comment.