Navigation Menu

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

When forcing GET request method in JS tracker then disable send beacon #16870

Merged
merged 2 commits into from Dec 3, 2020

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Dec 2, 2020

Description:

refs #16865

Will update the docs once merged.

Review

  • Functional review done
  • Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
  • Security review done see checklist
  • Code review done
  • Tests were added if useful/possible
  • Reviewed for breaking changes
  • Developer changelog updated if needed
  • Documentation added if needed
  • Existing documentation updated if needed

@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Dec 2, 2020
@tsteur tsteur added this to the 4.0.3 milestone Dec 2, 2020
@tsteur
Copy link
Member Author

tsteur commented Dec 2, 2020

build js

@@ -4827,6 +4827,9 @@ if (typeof window.Matomo !== 'object') {
this.getContent = function () {
return content;
};
this.isUsingAlwaysUseSendBeacon = function () {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe isAlwaysUsingSendBeacon would be a better name.

Copy link
Member Author

Choose a reason for hiding this comment

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

it's only an internal name and will be removed in the release

@tsteur tsteur merged commit 0d5053c into 4.x-dev Dec 3, 2020
@tsteur tsteur deleted the 16865 branch December 3, 2020 19:43
@tsteur tsteur added Regression Indicates a feature used to work in a certain way but it no longer does even though it should. and removed not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants