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

Release/4.0.2 #1379

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Release/4.0.2 #1379

merged 3 commits into from
Nov 11, 2024

Conversation

matus-tomlein
Copy link
Contributor

This release fixes a bug that caused the postPath configuration option to be ignored when making requests to the collector. It also fixes a bug in the media tracking plugin which didn't add the configured label to media events.

In the tag-based JavaScript tracker, we added a new contexts.performanceNavigationTiming option to enable/disable the performance navigation timing context entity. Since the option was previously missing, the context was added to all events. Now the context is disabled by default.

Bug fixes

Copy link

bundlemon bot commented Nov 11, 2024

BundleMon

Files added (6)
Status Path Size Limits
trackers/javascript-tracker/dist/sp.js
+24.44KB 30KB / +10%
libraries/browser-tracker-core/dist/index.mod
ule.js
+23.44KB 25KB / +10%
libraries/tracker-core/dist/index.module.js
+19.42KB 20KB / +10%
trackers/browser-tracker/dist/index.umd.min.j
s
+17.35KB 20KB / +10%
trackers/javascript-tracker/dist/sp.lite.js
+17.29KB 20KB / +10%
trackers/browser-tracker/dist/index.module.js
+3.49KB 5KB / +10%

Total files change +105.43KB 0%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history

Copy link
Contributor

@greg-el greg-el left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥾 LGTM!
🐛

@matus-tomlein matus-tomlein merged commit a531208 into master Nov 11, 2024
3 checks passed
@matus-tomlein matus-tomlein deleted the release/4.0.2 branch November 11, 2024 15:34
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.

Version 4.0.1: custom collector POST path (postPath) is not applied
2 participants