Revert Tracking component and related utils #1333
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)
|