-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Improving error handling support for web and some improvements for sentry handler #32
Conversation
…ons in web environment
Adding runZonedGuarded for web platform to catch asynchronous excepti…
…eptions are caught for both web and native platforms
Fixing timing of init widgets binding to catch async errors in web
…ersion instead of a space
Fixing sentry release syntax by using an @ sign between appname and version
…gurable-server-name Feature/improved message and configurable server name
…ndler Lowercasing appname
* Fix directive formatting * Bump version and add changelog * Support custom file names during runtime Fixes ThexXTURBOXx#21 * Allow file supplier to use info from report Fixes ThexXTURBOXx#22 * Update CMakeLists * Allow sentry versions 8.x * Bump version and add changelog * Update version and fix some typos * Undo version upgrade and fix a few more things * Fix linter rules for Dart 3.3.0 * Bump version and add changelog * Update example to newest standards * Fix FileHandler not sending reports * Clean up FileHandler * Bump version and add changelog * Update package_info_plus to v6 * Allow device_info_plus 10.0.0 to be used * Bump version and add changelog * Update dependencies * Bump version and add changelog * Allow package_info_plus versions 8.x * Bump version and add changelog * Remove direct dependency on platform interface * Migrate Slack screenshots to new API calls * Remove superfluous log * Better example structure * Update flutter_lints * Migrate screenshots to XFiles * Workaround for error catching on Web --------- Co-authored-by: Nico Mexis <[email protected]> Co-authored-by: Martin Clauss <[email protected]> Co-authored-by: Bartlomiej Tartanus <[email protected]> Co-authored-by: Michael Söderman <[email protected]>
Merge from upstream 20240520 2
Firstly, thank you very much for your PR! |
I have merged your changes with a few changes. Again, thank you very much! |
I know that it isn't ideal that a PR contains multiple fixes but I don't really have time to split it up into smaller chunks. I've tested that these features works as intended but I'm more than happy for more testers and/or feedback to these changes.
Until these features are merged, I will continue to use our forked repo.
Edit: I didn't update the pubspec.yaml version because I'm not sure if and when this will be merged. But the pubspec.yaml version needs to be bumped if this gets merged (of course).