[DRAFT] feat(span-first): add span v2 support for frames tracking #12494
flutter.yml
on: pull_request
analyze
/
analyze
1m 50s
analyze
/
package-analysis
2m 31s
pod-lint
2m 56s
swift-lint
30s
ktlint
22s
Matrix: build
Matrix: SPM
Annotations
2 errors and 2 notices
|
analyze / analyze
Dart Analyzer detected problems, see the logs for more information.
|
|
analyze / package-analysis
Process completed with exit code 1.
|
|
The import of 'package:sentry/src/telemetry/span/sentry_span_v2.dart' is unnecessary because all of the used elements are also provided by the import of 'package:sentry_flutter/sentry_flutter.dart'.:
packages/flutter/test/mocks.dart#L12
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
|
The import of 'package:sentry/sentry.dart' is unnecessary because all of the used elements are also provided by the import of 'package:sentry_flutter/sentry_flutter.dart'.:
packages/flutter/test/frame_tracking/frames_tracking_integration_test.dart#L8
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|