tencent cloud

Tencent Cloud Observability Platform

SDK Integration

Download
Focus Mode
Font Size
Last updated: 2026-05-25 18:01:56
This article describes how to integrate the Flutter SDK using automatic integration.

Prerequisites

Terminal Performance Monitoring Pro (RUM Pro) requires Bugly Flutter SDK version 0.4.19 or later.
Before integration, ensure that you have Created an Application in RUM Pro and obtained the corresponding AppKey and AppID.

Automatic Integration

1. Add the bugly_pro_flutter dependency to the pubspec.yaml of your project.
bugly_pro_flutter:
version: 0.4.19
2. Run flutter pub get to update dependencies.
flutter pub get
3. Configure the obfuscation allowlist for Android.
If obfuscation is enabled for your Android project, you need to add the following allowlist rule.
-keep class java.com.tencent.bugly.**{*;}




Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback