-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Implement envelope based transport #391
Conversation
Codecov Report
@@ Coverage Diff @@
## main #391 +/- ##
==========================================
+ Coverage 90.74% 93.16% +2.41%
==========================================
Files 52 5 -47
Lines 1654 161 -1493
==========================================
- Hits 1501 150 -1351
+ Misses 153 11 -142 Continue to review full report at Codecov.
|
@marandaneto Fixed |
@denrase I'd just figure out if we can do something about https://github.com/getsentry/sentry-dart/pull/391/files#r639644591 otherwise ready to go, thanks for all the work, this will unblock us in so many ways :) |
@marandaneto We now use |
@denrase could you fix the conflicts? we are ready to merge if we solve the open comments + conflicts, thanks a lot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# Conflicts: # dart/test/sentry_client_test.dart
No problem @denrase. The thing with the private headers can break easily and we needed to improve this. |
@denrase 5.1 has been released so we can merge to main, would you mind fixing the conflicts last time? sorry about that :( |
@marandaneto Will do, thanks! |
# Conflicts: # flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt # flutter/ios/Classes/SentryFlutterPluginApple.swift
…pe-based-transport # Conflicts: # dart/test/protocol/contexts_test.dart
# Conflicts: # dart/test/protocol/contexts_test.dart
…hub.com/getsentry/sentry-dart into feat/implement-envelope-based-transport # Conflicts: # dart/test/protocol/contexts_test.dart
@ueman Ah, was not done yet and also just merging in |
Think we are ready! Thanks everyone for the support and feedback! 🙇 |
📜 Description
Open Questions
💡 Motivation and Context
With envelopes, we can implement features like feedback and attachments.
Closes #344
💚 How did you test it?
📝 Checklist
🔮 Next steps