Skip to content

Commit

Permalink
feat(tracking): Updating TrackingContentIds
Browse files Browse the repository at this point in the history
### Overview

`TrackingContentIds` can now takes a `journey_id`

### PR Checklist

- [ ] Related to JIRA ticket: ABC-123
- [ ] I have run this code to verify it works
- [ ] This PR includes unit tests for the code change

<!--
Merging your changes

1. Follow the [PR Title Guide](https://github.com/Codecademy/client-modules#pr-title-guide), the title (which becomes the commit message) determines the version bump for the packages you changed.

2. Wrap the text describing your change in more detail in the "CHANGELOG-DESCRIPTION" comment tags above, this is what will show up in the changelog!

3. DO NOT MERGE MANUALLY! When you are ready to merge and publish your changes, add the "Ship It" label to your Pull Request. This will trigger the merge process as long as all checks have completed, if the checks haven't completed the branch will be merged when they all pass.

**IMPORTANT:** If your PR contains breaking changes, please remember to follow the instructions for breaking changes!
-->
  • Loading branch information
ZackMFleischman authored Sep 16, 2022
1 parent 7071670 commit b40e913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tracking/src/events/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export type TrackingContentIds = {
program_unit_id?: string;
review_card_id?: string;
track_id?: string;
journey_id?: string;
};

/**
Expand Down

0 comments on commit b40e913

Please sign in to comment.