-
Notifications
You must be signed in to change notification settings - Fork 0
feat: track new landing_v2 features #1212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe pull request enhances the tracking functionality in the application by modifying the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
PR description must contain a link to a ClickUp (case-insensitive) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/app/core/services/integration/tracking.service.ts
(3 hunks)src/index.html
(1 hunks)
🧰 Additional context used
🪛 ESLint
src/app/core/services/integration/tracking.service.ts
[error] 58-58: Unexpected console statement.
(no-console)
[error] 68-68: Unexpected console statement.
(no-console)
[error] 72-72: Unexpected console statement.
(no-console)
🪛 GitHub Check: lint
src/app/core/services/integration/tracking.service.ts
[failure] 58-58:
Unexpected console statement
[failure] 68-68:
Unexpected console statement
[failure] 72-72:
Unexpected console statement
🪛 GitHub Actions: TypeScript Lint Check
src/app/core/services/integration/tracking.service.ts
[error] 58-58: ESLint: Unexpected console statement (no-console)
🪛 Gitleaks (8.21.2)
src/index.html
13-13: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: staging_deploy
- GitHub Check: unit-test
🔇 Additional comments (2)
src/app/core/services/integration/tracking.service.ts (1)
131-133
: LGTM - Implementation aligns with PR objectiveThe new method properly tracks dropdown open events as described in the PR objectives.
src/index.html (1)
14-14
: LGTM - Explicit URL declarationDefining the library URL as a constant is a good practice for ensuring consistent library loading.
|
* feat: track new landing_v2 features (wip) * feat: track landing V2, dropdown events * refactor: remove loggers (cherry picked from commit 573491b)
Description
Tracks:
Clickup
https://app.clickup.com/t/86cy8ykmx
Summary by CodeRabbit
New Features
Bug Fixes