-
-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace tracestate header with baggage (#2078)
* Replace tracestate header with baggage * Update changelog with PR number * Re-add experimental flag * Add more tests to document current behaviour * Mark places where header could be added * Remove unused code * Add tests to document which characters are encoded for baggage key and value * Mark places where header could be added * Change limit from per value to total baggage string length of 8192; also limit list members to 64 for baggage * Add baggage header to apollo, feign and web requests * Add final; use constants in tests * Add log message for exceeding list member limit * Update sentry/src/main/java/io/sentry/SentryOptions.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> * Update sentry/src/main/java/io/sentry/SentryOptions.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> * Update sentry/src/main/java/io/sentry/Baggage.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> * Update sentry/src/main/java/io/sentry/Baggage.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> * Update sentry/src/main/java/io/sentry/Baggage.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> * Update sentry/src/main/java/io/sentry/SentryOptions.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> * Update sentry/src/main/java/io/sentry/SentryOptions.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> * More Code Review changes * Format code * Remove files that were unintentionally added Co-authored-by: Bruno Garcia <bruno@brunogarcia.com> Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
- Loading branch information
1 parent
580aa75
commit a88509c
Showing
44 changed files
with
1,250 additions
and
359 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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.