Sentry-dart: Basic Flutter package support for Desktop

Created on 15 Mar 2021  路  4Comments  路  Source: getsentry/sentry-dart

The dart package supports them all:
image

sentry_flutter doesn't:

image

Probably a matter of adding the platforms here: https://github.com/getsentry/sentry-dart/blob/7ca0d10ca4985dbf928958e715bc695bfe1d3045/flutter/pubspec.yaml#L33-L41

To at least explicitly support it. Device context etc can come later.

enhancement flutter-desktop

Most helpful comment

Ideally this should be done together with #288 to get basic breadcrumb support out of the box.

All 4 comments

Ideally this should be done together with #288 to get basic breadcrumb support out of the box.

These plus plugins maintained by flutter community can help to add device or package context info by replacing currently used package_info plugin.

Important: As of January 2021, the Flutter team is no longer accepting non-critical PRs for the original set of plugins in flutter/plugins, and instead they should be submitted in this project. You can read more about this announcement here. as well as in the Flutter 2 announcement blog post.

These plus plugins maintained by flutter community can help to add device or package context info by replacing currently used package_info plugin.

Important: As of January 2021, the Flutter team is no longer accepting non-critical PRs for the original set of plugins in flutter/plugins, and instead they should be submitted in this project. You can read more about this announcement here. as well as in the Flutter 2 announcement blog post.

Yes plus plugins is the way to go.
Particularly on the next major bump, we should make the switch.

Was this page helpful?
0 / 5 - 0 ratings