Skip to content

Commit 0e4eaf1

Browse files
KcikuKciku
authored andcommitted
Add debug mode to SpeedInsights for troubleshooting
- Enable debug prop on SpeedInsights component - This will help identify why analytics aren't showing in production
1 parent e54228a commit 0e4eaf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function App() {
169169

170170
{/* Vercel Analytics */}
171171
<Analytics />
172-
<SpeedInsights />
172+
<SpeedInsights debug />
173173
</div>
174174
)
175175
}

0 commit comments

Comments
 (0)