Skip to content
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

feat: flag bot user agents #13

Merged
merged 1 commit into from
Nov 6, 2024
Merged

feat: flag bot user agents #13

merged 1 commit into from
Nov 6, 2024

Conversation

jboix
Copy link
Contributor

@jboix jboix commented Nov 5, 2024

Description

Resolves #11 by identifying bot user agents and flagging them for filtering in later reports. This allows us to retain bot data for analysis rather than dropping it outright.

Changes Made

  • Marked bot-related events with a robot flag for downstream filtering
  • Implemented test to validate bot detection and flagging functionality

Checklist

  • I have followed the project's style and contribution guidelines.
  • I have performed a self-review of my own changes.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.

@jboix jboix requested a review from MGaetan89 November 5, 2024 14:07
@jboix jboix self-assigned this Nov 5, 2024
Resolves #11 by identifying bot user agents and flagging them for filtering in later reports. This
allows us to retain bot data for analysis rather than dropping it outright.

Changes:
- Marked bot-related events with a `robot` flag for downstream filtering
- Implemented test to validate bot detection and flagging functionality
@jboix jboix force-pushed the feat/filter-bot-user-agents branch from 347d07c to 80485c5 Compare November 6, 2024 10:27
@jboix jboix enabled auto-merge November 6, 2024 10:27
@jboix jboix added this pull request to the merge queue Nov 6, 2024
Merged via the queue into main with commit 447e4df Nov 6, 2024
1 check passed
@jboix jboix deleted the feat/filter-bot-user-agents branch November 6, 2024 10:32
Copy link

github-actions bot commented Nov 6, 2024

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter bot user agents
2 participants