Skip to content

feat: add telemetry foundation for APM integration #2078

feat: add telemetry foundation for APM integration

feat: add telemetry foundation for APM integration #2078

Triggered via push June 9, 2026 02:29
Status Success
Total duration 1m 10s
Artifacts

lint.yml

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

Annotations

10 warnings
react-hooks(exhaustive-deps): src/components/organisms/SoundPinMarkers/index.tsx#L537
The ref's value `.current` is accessed directly in the effect cleanup function.
react-hooks(exhaustive-deps): src/components/organisms/SoundPinMarkers/index.tsx#L534
The ref's value `.current` is accessed directly in the effect cleanup function.
jsx-a11y(control-has-associated-label): src/components/organisms/NotificationCenter/index.tsx#L260
A control must be associated with a text label.
jsx-a11y(control-has-associated-label): src/components/organisms/NotificationCenter/index.tsx#L243
A control must be associated with a text label.
jsx-a11y(control-has-associated-label): src/components/organisms/NotificationCenter/index.tsx#L229
A control must be associated with a text label.
jsx-a11y(control-has-associated-label): src/components/organisms/NotificationCenter/index.tsx#L215
A control must be associated with a text label.
react-hooks(exhaustive-deps): src/components/atoms/AIAnalysisOrb/index.tsx#L215
React Hook useEffect has missing dependencies: 'frag', and 'vert'
jsx-a11y(prefer-tag-over-role): src/components/organisms/PWAInstallPrompt/index.tsx#L249
Prefer `button` over `role` attribute `button`.
jsx-a11y(no-static-element-interactions): src/components/organisms/PWAInstallPrompt/index.tsx#L92
Static HTML elements with event handlers require a role.
next(no-img-element): src/components/atoms/SoundPinIcon/SvgIcon.tsx#L39
Using `<img>` could result in slower LCP and higher bandwidth.