Skip to content

Commit d5fbd3e

Browse files
Merge pull request #312 from matomo-org/q136
Stop Disabling Provider Plugin When QueuedTracking Is Enabled
2 parents 8e96f6a + 1d16d44 commit d5fbd3e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
5.2.0 - 2025-11-25
4+
- No longer disable Provider plugin automatically. If performance issues occur, please disable it manually or install an ASN geolocation database (https://matomo.org/faq/how-to/setting-up-accurate-visitors-geolocation/).
5+
36
5.1.3 - 2025-09-01
47
- Add support for Sentinel password
58
- Security hardening

Commands/Process.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ protected function doExecute(): int
7575

7676
Log::unsetInstance();
7777
$trackerEnvironment->getContainer()->get('Piwik\Access')->setSuperUserAccess(false);
78-
$trackerEnvironment->getContainer()->get('Piwik\Plugin\Manager')->setTrackerPluginsNotToLoad(array('Provider'));
7978
Tracker::loadTrackerEnvironment();
8079

8180
$backend = Queue\Factory::makeBackend();

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "QueuedTracking",
3-
"version": "5.1.3",
3+
"version": "5.2.0",
44
"description": "Scale your large traffic Matomo service by queuing tracking requests in Redis or MySQL for better performance and reliability when experiencing peaks.",
55
"theme": false,
66
"keywords": ["tracker", "tracking", "queue", "redis"],

0 commit comments

Comments
 (0)