getsentry / sentry-dart

Sentry SDK for Dart and Flutter
https://sentry.io/for/flutter/
MIT License
764 stars 239 forks source link

SentryAssetBundle implementation is missing #1286

Closed smishra4teva closed 1 year ago

smishra4teva commented 1 year ago

I am using

dependencies:
  sentry_flutter: ^6.20.1

Error:

The non-abstract class 'SentryAssetBundle' is missing implementations for these members: sentry_asset_bundle.dart:37

the abstract class AssetBundle has loadStructuredBinaryData method. But SentryAssetBundle class is not overriding it.

ueman commented 1 year ago

There's already an open PR at https://github.com/getsentry/sentry-dart/pull/1272