Skip to content

Matomo can't track IE <9 any more #15477

@Findus23

Description

@Findus23

caused by #15184
reported in https://forum.matomo.org/t/update-3-13-1-no-tracking-in-internetexplorer-error-addeventlistener/35826

IE <9 doesn't support addEventListener(), instead a wrapper is used to make matomo.js compatible. But #15184 added a non-wrapped eventlistener which seems to break tracking.

window.addEventListener('message', function(e) {

Metadata

Metadata

Assignees

Labels

RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions