You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium Risk
Changing the emitted track event name is potentially breaking for customers relying on the previous "Location Update" name in journeys/segments and analytics dashboards. No functional logic changes beyond the renamed event string and related docs/comments.
Overview
Updates EventNames.LOCATION_UPDATE from "Location Update" to "CIO Location Update", which changes the name used for the location module’s track events.
Aligns location module documentation/comments (LocationTracker, ModuleLocation) to reference the new event name.
Written by Cursor Bugbot for commit 9db40e3. This will update automatically on new commits. Configure here.
Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.00%. Comparing base (88b1971) to head (9db40e3). ⚠️ Report is 1 commits behind head on feat/real-time-location.
The reason will be displayed to describe this comment to others. Learn more.
Are tests using the same constants? Shouldn't tests refer to hardcoded values or different constants so they don't rely on same source and can catch if the name is changed unintentionally?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Changing the emitted track event name is potentially breaking for customers relying on the previous "Location Update" name in journeys/segments and analytics dashboards. No functional logic changes beyond the renamed event string and related docs/comments.
Overview
Updates
EventNames.LOCATION_UPDATEfrom"Location Update"to"CIO Location Update", which changes the name used for the location module’s track events.Aligns location module documentation/comments (
LocationTracker,ModuleLocation) to reference the new event name.Written by Cursor Bugbot for commit 9db40e3. This will update automatically on new commits. Configure here.