Skip to content

Upgrade Sentry to v10 with React integration (#3313) #10952

Upgrade Sentry to v10 with React integration (#3313)

Upgrade Sentry to v10 with React integration (#3313) #10952

Triggered via push August 17, 2025 04:01
Status Success
Total duration 2m 34s
Artifacts

ci.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint (eslint): src/pages/sicp/subcomponents/chatbot/ChatBox.tsx#L60
React Hook useCallback has an unnecessary dependency: 'maxContentSize'. Either exclude it or remove the dependency array
lint (eslint): src/pages/leaderboard/subcomponents/OverallLeaderboard.tsx#L130
React Hook useEffect has a missing dependency: 'visibleEntries'. Either include it or remove the dependency array
lint (eslint): src/pages/leaderboard/subcomponents/ContestLeaderboard.tsx#L156
React Hook useMemo has a missing dependency: 'handleLinkClick'. Either include it or remove the dependency array
lint (eslint): src/pages/leaderboard/subcomponents/ContestLeaderboard.tsx#L46
React Hook useEffect has a missing dependency: 'visibleEntries'. Either include it or remove the dependency array
lint (eslint): src/commons/assessmentWorkspace/AssessmentWorkspace.tsx#L201
React Hook useEffect has missing dependencies: 'code', 'initialRunCompleted', 'props.fromContestLeaderboard', and 'votingId'. Either include them or remove the dependency array