Skip to content

add creation of category and subcategory into readme and add test for…#8

Open
alirezat66 wants to merge 1 commit into
developfrom
6-feature-request-custom-event-categories
Open

add creation of category and subcategory into readme and add test for…#8
alirezat66 wants to merge 1 commit into
developfrom
6-feature-request-custom-event-categories

Conversation

@alirezat66
Copy link
Copy Markdown
Owner

Custom Categories Are Already Supported

Step 1 — Register it on the RoutingBuilder:

FlexTrack.configure(
  RoutingBuilder()
    .defineCategory('experiments', description: 'A/B test and feature flag events')
    .defineCategory('payments', description: 'Payment flow events')
    // ... rest of your config
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant