Search code examples
fluttersentry

Sentry Flutter Plugin : cannot find symbol


Since I have upgraded flutter, I am getting this error :

/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:179: error: cannot find symbol flutterEngine.getPlugins().add(new io.sentry.flutter.SentryFlutterPlugin()); ^ symbol: class SentryFlutterPlugin location: package io.sentry.flutter

I have upgraded all plugins and run flutter clean.

Build.gradle : implementation 'io.sentry:sentry-android:6.34.0'


Solution

  • Resolved using sentry plugin instead of sentry_flutter plugin