Skip to content

Commit

Permalink
fix: enable dangerouslyForceRunInProduction (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov authored Jan 9, 2025
1 parent ce2bce0 commit 3dfa9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scan/src/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'bippy'; // implicit init RDT hook
import { scan } from './index';

if (typeof window !== 'undefined') {
scan();
scan({ dangerouslyForceRunInProduction: true });
window.reactScan = scan;
}

Expand Down

0 comments on commit 3dfa9bc

Please sign in to comment.