Skip to content

[Bug Fix] App Analytics Log Events Crash Fix #1613

[Bug Fix] App Analytics Log Events Crash Fix

[Bug Fix] App Analytics Log Events Crash Fix #1613

Triggered via pull request August 1, 2024 23:09
Status Success
Total duration 4m 26s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, lots0logs/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint: public/components/event_analytics/explorer/explorer.tsx#L230
React Hook useMemo has a missing dependency: 'dataSourcePluggables'. Either include it or remove the dependency array
Lint: public/components/event_analytics/explorer/explorer.tsx#L269
Unexpected any. Specify a different type
Lint: public/components/event_analytics/explorer/explorer.tsx#L276
React Hook useEffect has a missing dependency: 'updateDataSourceConnectionInfo'. Either include it or remove the dependency array
Lint: public/components/event_analytics/explorer/explorer.tsx#L308
Unexpected any. Specify a different type
Lint: public/components/event_analytics/explorer/explorer.tsx#L349
React Hook useEffect has missing dependencies: 'dispatch', 'historyFromRedirection.location.state', 'setEndTime', 'setStartTime', and 'tabId'. Either include them or remove the dependency array. If 'setStartTime' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint: public/components/event_analytics/explorer/explorer.tsx#L376
React Hook useEffect has a missing dependency: 'http'. Either include it or remove the dependency array
Lint: public/components/event_analytics/explorer/explorer.tsx#L379
Unexpected any. Specify a different type
Lint: public/components/event_analytics/explorer/explorer.tsx#L494
React Hook useEffect has missing dependencies: 'callback', 'callbackInApp', and 'prepareAvailability'. Either include them or remove the dependency array. Mutable values like 'appBasedRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Lint: public/components/event_analytics/explorer/explorer.tsx#L503
React Hook useEffect has a missing dependency: 'routerContext'. Either include it or remove the dependency array
Lint: public/components/event_analytics/explorer/explorer.tsx#L510
React Hook useEffect has a missing dependency: 'updateTabData'. Either include it or remove the dependency array