Skip to content

Fix: Enabled breadcrumb recording mechanism based on platform #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 16, 2021

Conversation

ueman
Copy link
Collaborator

@ueman ueman commented Mar 16, 2021

📜 Description

This change enables the breadcrumb recording mechanism based on the platform.
It also removes the deprecated member SentryFlutterOptions.enableLifecycleBreadcrumbs.

I'm not sure if this is considered a breaking change.

💡 Motivation and Context

See #288

💚 How did you test it?

There are already tests which make sure that SentryFlutterOptions.enableBreadcrumbTrackingForCurrentPlatform() works.

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

CHANGELOG.md Outdated
@@ -1,5 +1,8 @@
# Unreleased

* Fix: Enable breadcrumb recording mechanism based on platform ((#366))
* Remove deprecated member `enableLifecycleBreadcrumbs`. Use `enableAppLifecycleBreadcrumbs` instead. ((#366))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's move this one to the breaking change section in the changelog

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both entries have dup (( or ))

@ueman ueman force-pushed the fix/enable-breadcrumbs-based-on-platform branch from c2b55a1 to 3c9af26 Compare March 16, 2021 09:20
Copy link
Contributor

@marandaneto marandaneto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marandaneto marandaneto merged commit 4c92c45 into main Mar 16, 2021
@marandaneto marandaneto deleted the fix/enable-breadcrumbs-based-on-platform branch March 16, 2021 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants