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

Sync proto with g3 to include url_from_markup AnalyticsContext field #3571

Merged
merged 9 commits into from
Sep 20, 2024
Prev Previous commit
Next Next commit
Update url-test to include new AnalyticsContext url_from_markup field.
  • Loading branch information
caroljli committed Sep 20, 2024
commit 39ad1b975a4b54f989c95fa4c5faba3eac21f4f1
1 change: 1 addition & 0 deletions src/utils/url-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ describe('serializeProtoMessageForUrl', () => {
['Timestamp', 22222, 0],
['Duration', 100, 0],
false,
'baseUrl',
];
const analyticsEventMetaArray = ['AnalyticsEventMeta', 1, true, null];
const eventParamsArray = [
Expand Down
Loading