-
-
Notifications
You must be signed in to change notification settings - Fork 277
Envelope Only Transport API #426
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
marandaneto
merged 55 commits into
feat/implement-envelope-based-transport
from
feat/envelope-only-transport-api
May 26, 2021
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
720b57b
Change transport api to envelope only
denrase 3009e09
First step to fix tests by derializing from json
denrase 6ae3cb9
Fix SentryDevice serialization/deserialization
denrase 801da50
add tests for SentryGpu
denrase 966018a
add sentryapp test
denrase b520915
add sentry browser test
denrase f994501
Add SentryOperatingSystem json tests
denrase cbb9813
Update sentry runtime test
denrase 7e154d1
Add deserialize/serialize test to context test
denrase b60821b
Deserialize contexts in sentry event
denrase 0300ebd
add json tests to sentry_request
denrase d9805a8
Test sdkinfo json
denrase 178ea70
add DebugMeta decoding
denrase 2a614d1
test sdk version and sentry package
denrase 217f5ff
Add json tests for sentry_message
denrase 7811216
test SentryStackFrame, remove duplicate key in toJson
denrase ace8e05
Add SentryStackTrace josn test
denrase 3db2994
Merge test files and add todos for remaining json tests
denrase 59b0eda
update todos
denrase aef3d68
implement breadcrumb test
denrase 36eb8ec
Add mechanism json tests
denrase 649f5aa
Implement SentryException test
denrase 2872824
Add tests for SentryUser
denrase fbd80b5
Add json tests
denrase f15e269
sentry event fromjson
denrase 37b1bc1
fix failing tests
denrase 688468d
Run flutter format
denrase b1756a8
Remove not needed type casts
denrase 51d132f
Document methods
denrase 3ae6654
Use switch instead of ifs
denrase b1fbd1a
Update method documentation
denrase 9d7c017
Add json access feedback
denrase 49f0a59
Remove unused comment
denrase 32c6a71
Assert stacktrace info
denrase e38c1cb
Restore type casts
denrase 3a6b87d
Update formating
denrase 9eb61c7
Dry extraction of Map<String, String>
denrase b031c51
Use dart:core cast<RK, RV>
denrase b21bfeb
Format sentry event
denrase 231fde0
Merge branch 'feat/implement-envelope-based-transport' into feat/enve…
denrase c3a6895
Merge branch 'feat/implement-envelope-based-transport' into feat/enve…
denrase 348bb15
format
denrase 8519169
Add missing properties to clone method
denrase a2b5244
format
denrase 42a9085
Merge branch 'feat/implement-envelope-based-transport' into feat/enve…
denrase aac65ab
Send bytes over bridge and implement android side
denrase eeafe75
Deserialize envelope in native ios/macos bridge
denrase 0fbc8fc
Update test to native bridge
denrase bffc2ef
Add test for binary envelope
denrase 6f77ca0
Only run test with dart.io import on vm target, add changelog
denrase b9b0127
Use obj-c dynamism to access private api while we don't have public o…
denrase c52fcf7
Merge branch 'feat/implement-envelope-based-transport' into feat/enve…
denrase 9d995b6
Merge branch 'feat/implement-envelope-based-transport' into feat/enve…
denrase 17374bb
Merge branch 'feat/implement-envelope-based-transport' into feat/enve…
denrase 6edd28e
Merge branch 'feat/implement-envelope-based-transport' into feat/enve…
denrase File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.