Skip to content

CORE-998: add release field to sentry init #515

CORE-998: add release field to sentry init

CORE-998: add release field to sentry init #515

Re-run triggered July 7, 2025 22:26
Status Success
Total duration 1m 55s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build: src/components/ErrorBoundary.tsx#L86
React Hook React.useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
build: src/components/ErrorBoundary.tsx#L86
React Hook React.useEffect has an unnecessary dependency: 'initCalled.current'. Either exclude it or remove the dependency array. Mutable values like 'initCalled.current' aren't valid dependencies because mutating them doesn't re-render the component