Skip to content
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

Fix binding wrapper export #1234

Merged
merged 2 commits into from
Jan 23, 2023

Conversation

ueman
Copy link
Collaborator

@ueman ueman commented Jan 21, 2023

📜 Description

The binding wrapper wasn't correctly exported, and it was also marked as internal. It should have been marked as experimental

💡 Motivation and Context

This allows the binding wrapper to be used in the consumers code.

💚 How did you test it?

📝 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

@ueman ueman changed the base branch from main to v7.0.0 January 21, 2023 08:55
@codecov
Copy link

codecov bot commented Jan 21, 2023

Codecov Report

❗ No coverage uploaded for pull request base (v7.0.0@68ea1ef). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##             v7.0.0    #1234   +/-   ##
=========================================
  Coverage          ?   88.73%           
=========================================
  Files             ?      122           
  Lines             ?     3818           
  Branches          ?        0           
=========================================
  Hits              ?     3388           
  Misses            ?      430           
  Partials          ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@marandaneto
Copy link
Contributor

@ueman can you add a changelog entry since its a fix? thanks.

@@ -11,6 +11,7 @@
- Remove deprecated field from the `SentryFlutterOptions` class.
- `anrTimeoutIntervalMillis`, using the `anrTimeoutInterval` instead.
- `autoSessionTrackingIntervalMillis`, using the `autoSessionTrackingInterval` instead.
- Fix export for `BindingWrapper` ([#1234](https://github.com/getsentry/sentry-dart/pull/1234))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I just noticed that this PR has the number 1234 😄

@marandaneto marandaneto merged commit 1823099 into getsentry:v7.0.0 Jan 23, 2023
@ueman ueman deleted the fix/binding-wrapper-export branch January 23, 2023 13:19
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