Skip to content

Revert Tracking component and related utils #1333

Revert Tracking component and related utils

Revert Tracking component and related utils #1333

Triggered via push January 29, 2025 10:56
Status Success
Total duration 48s
Artifacts

lint.yml

on: push
Run Linter checks
37s
Run Linter checks
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
packages/analytics-nextjs/src/components/Tracking/lib/getRecipientInfo.ts#L1
There should be no empty line within import group (import/order)
packages/analytics-nextjs/src/components/Tracking/lib/getRecipientInfo.ts#L3
`../../../lib/getApiUrl` import should occur before type import of `../../../types` (import/order)
packages/analytics-nextjs/src/Analytics.ts#L17
Class Property name `_identity` must not have a leading underscore (@typescript-eslint/naming-convention)
packages/analytics-nextjs/src/Analytics.ts#L66
Object Literal Property name `Segment.io` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)
packages/analytics-nextjs/src/lib/getTrackingPermissions.ts#L18
'CONSENT_TO_IDENTIFY' is deprecated. Please use `STRICT` instead (deprecation/deprecation)