Skip to content

Commit

Permalink
Min id length 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 25, 2024
1 parent 5d10d58 commit b71390e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const router = createBrowserRouter(
export default function App() {
amplitude.init(process.env.REACT_APP_AMPLITUDE_API_KEY, {
defaultTracking: true,
minIdLength: 4,
});

const theme = React.useMemo(
Expand Down

0 comments on commit b71390e

Please sign in to comment.