⬆️ Add sentry

This commit is contained in:
2024-06-02 00:42:36 +08:00
parent f6510bf4c2
commit ad94f6999c
8 changed files with 39 additions and 2 deletions

View File

@ -14,6 +14,7 @@ import flutter_webrtc
import livekit_client
import package_info_plus
import path_provider_foundation
import sentry_flutter
import sqflite
import url_launcher_macos
import video_player_avfoundation
@ -29,6 +30,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
LiveKitPlugin.register(with: registry.registrar(forPlugin: "LiveKitPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))