forked from PostHog/posthog-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump/5.9.0 #1
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
Open
camillaromagnoli
wants to merge
35
commits into
main
Choose a base branch
from
bump/5.9.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump/5.9.0 #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…id to be compatible with Kotlin 2.2 (PostHog#193)
* fix: do not render HTML content * fix: address feedback
* feat: add android plugin * fix: kotlin surveys delegate * chore: update CHANGELOG * ci: failing builds * chore: update dependency version * ci: fix * ci: fix example build * ci: update to java 17
* feat: surveys iOS GA * Update CHANGELOG.md Co-authored-by: Manoel Aranda Neto <[email protected]> * fix: default to false for survey configuration --------- Co-authored-by: Manoel Aranda Neto <[email protected]>
* feat: add public interface * feat: add config and exception processor * feat: native plugins * chore: update sample app * feat: add unit tests * feat: handle primitives * chore: update changelog * fix: package and module * fix: format * fix: use Object vs dynamic * chore: rename folder * fix: make stackTrace optional * fix: clean generated stack trace * feat: add unit tests * fix: make function optional * fix: drop primitive check * fix: skip module * fix: make thread_id optional * fix: update config * fix: error type * fix: doc * fix: handle empty stack trace * fix: allow overwriting exception properties * fix: normalize props * chore: bump min dart and flutter version * fix: generate event timestamp flutter side * fix: remove handled from public api * fix: platform call arguments * fix: example app * fix: do not try to parse exception package * fix: normalize props * fix: normalize sets * fix: remove handled from public interface * fix: web handler * fix: replace hof with direct iteration * fix: * feat: add web support * chore: add config comment * feat: add async gap franes * Revert "feat: add web support" This reverts commit 6c0529c.
* feat: surveys GA * fix: remove unused import * fix: add note on PosthogObserver * fix: add web doc
* feat: add public interface * feat: add config and exception processor * feat: native plugins * chore: update sample app * feat: add unit tests * feat: handle primitives * chore: update changelog * fix: package and module * feat: add autocapture integration * chore: update changelog * fix: format * fix: format * fix: use Object vs dynamic * chore: rename folder * fix: make stackTrace optional * fix: clean generated stack trace * feat: add unit tests * fix: make function optional * fix: drop primitive check * fix: skip module * fix: make thread_id optional * fix: update config * fix: error type * fix: doc * fix: handle empty stack trace * fix: allow overwriting exception properties * fix: normalize props * chore: bump min dart and flutter version * fix: generate event timestamp flutter side * fix: remove handled from public api * fix: platform call arguments * fix: example app * fix: do not try to parse exception package * fix: normalize props * fix: normalize sets * fix: remove handled from public interface * fix: web handler * fix: replace hof with direct iteration * fix: * feat: add web support * chore: add config comment * feat: add async gap franes * Revert "feat: add web support" This reverts commit 6c0529c. * fix: simplify config * feat: add config for native autocapture * fix: avoid null-assertion * fix: always restore original handlers * fix: wrap error in PostHogException * feat: add test cases * feat: capture additional details from FlutterErrorDetails * fix: make install and uninstall methods private * fix: do not modify behavior * feat: add current isolate error handling * fix: remove tests * fix: annotate as internal * fix: flutter analyze * fix: do not install PlatformDispatcher.instance.onError on web * chore: update changelog * fix: build * chore: update changelog * fix: address feedback * fix: mark IsolateErrorHandler as internal for now * fix: type inference * fix: update changelog Co-authored-by: Manoel Aranda Neto <[email protected]> * fix: platform check * chore: update sample project --------- Co-authored-by: Manoel Aranda Neto <[email protected]>
Instructions and example for changelogPlease add an entry to ## Next
- Bump/5.9.0 ([#1](https://github.com/Spill-App/posthog-flutter-fork/pull/1))If none of the above apply, you can opt out of this check by adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 Motivation and Context
💚 How did you test it?
📝 Checklist