mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
chore: upgrade deps for CVE-2023-39139
This commit is contained in:
@@ -23,7 +23,6 @@ class Analysis {
|
||||
.setLoggingEnabled(false)
|
||||
.enableCrashReporting();
|
||||
await Countly.initWithConfig(config);
|
||||
await Countly.start();
|
||||
await Countly.giveAllConsent();
|
||||
} else {
|
||||
Logger('COUNTLY')
|
||||
@@ -33,7 +32,7 @@ class Analysis {
|
||||
|
||||
static void recordView(String view) {
|
||||
if (enabled) {
|
||||
Countly.recordView(view);
|
||||
Countly.instance.views.startView(view);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user