Skip to content

Commit 5db9caf

Browse files
feat: use web SDK verion of 24.11.0
1 parent 54b82b7 commit 5db9caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/countly_flutter_plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ class CountlyFlutterPlugin {
340340
final head = querySelector('head');
341341

342342
// try this as module
343-
final scriptTag = _createScriptTag('http://127.0.0.1:5500/dist/countly_umd.js');
343+
final scriptTag = _createScriptTag('https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/24.11.0/countly.min.js');
344344
head?.children.add(scriptTag);
345345
await scriptTag.onLoad.first;
346346

0 commit comments

Comments
 (0)