-
-
Notifications
You must be signed in to change notification settings - Fork 277
[Span First #2]: Add envelope type to Dart layer #3366
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
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
767153c
Add setAttributeS
buenaflor 578f81d
Update
buenaflor 803f85b
Update
buenaflor 58789a8
Add removeAttribute
buenaflor ad4bef1
Add scope test
buenaflor c773c5f
Update
buenaflor 58d3d29
Update
buenaflor e26d83a
Update
buenaflor 2cf1cdb
Update
buenaflor 1ad1c46
Update
buenaflor 6a6fab2
Update
buenaflor 58126a6
Update
buenaflor cbd6718
Update
buenaflor ba81f2f
Update
buenaflor 3b83bd1
Update
buenaflor 968e8d1
Update
buenaflor 1e8dbbc
Update
buenaflor 99a1dc1
Update
buenaflor 9a99d54
Update
buenaflor f33d4f9
Update
buenaflor 224eab1
Update
buenaflor ad95fde
Merge scope
buenaflor 2e39532
Update
buenaflor 625bf76
Fix analyzer
buenaflor 796bba9
Fix analyzer
buenaflor 03bbc0e
Merge branch 'main' into feat/set-attributes
buenaflor ceddd30
Merge branch 'main' into feat/set-attributes
buenaflor 4d96d5c
Add Spanv2 protocol
buenaflor b233b32
Add Spanv2 protocol
buenaflor b4c7ce1
Update
buenaflor 0be13b0
Merge branch 'main' into feat/span-protocol
buenaflor 2a1efd5
Rename
buenaflor fb13e85
Update
buenaflor 6d6e8da
Update
buenaflor 0a60229
Update
buenaflor 288e4be
Add support for spans protocol
buenaflor 7133855
Add envelope structure
buenaflor 2ede0e1
Update
buenaflor 2ccda02
Update
buenaflor dd033f8
Remove buffer
buenaflor c6465a3
Update
buenaflor bded9d6
Update
buenaflor 3707531
Update
buenaflor ca2ca35
Merge branch 'feat/span-protocol' into feat/spans/dart-protocol
buenaflor 8e9b557
Dedupe item payload creation
buenaflor 5b652cb
Analze
buenaflor acb0a1a
Analyze
buenaflor fc315a3
Merge branch 'feat/span-protocol' into feat/spans/dart-protocol
buenaflor 2fd7743
Merge branch 'feat/span-first' into feat/spans/dart-protocol
buenaflor 0b8c304
Update
buenaflor b84cec3
Update
buenaflor 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
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.
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.
not actually used yet but will be used by the span buffer (impl TBD)