Skip to content
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

Errors Inbox transaction tracing updates #2521

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Errors Inbox transaction tracing updates #2521

merged 1 commit into from
Mar 27, 2024

Conversation

fallwith
Copy link
Contributor

  • The transaction's guid should be present for both the ErrorTrace and TransactionError types
  • Be sure (tests added, no lib code altered) that distributed tracing isn't required for the transaction guid to be populated

- The transaction's guid should be present for both the ErrorTrace and
  TransactionError types
- Be sure (tests added, no lib code altered) that distributed tracing
  isn't required for the transaction guid to be populated
Copy link
Contributor

SimpleCov Report

Coverage Threshold
Line 93.75% 93%
Branch 71.83% 71%

SPAN_ID_KEY = 'spanId'.freeze
PRIORITY_KEY = 'priority'
SPAN_ID_KEY = 'spanId'
GUID_KEY = 'guid'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The redundant String#freeze calls were all removed given that we're using the special frozen_string_literal comment.

The existing CAT specific values had their constants renamed with a CAT_ prefix.

A new GUID_KEY constant was added to hold the transaction id when one is known.

@fallwith fallwith merged commit 2b03eae into dev Mar 27, 2024
29 checks passed
@fallwith fallwith deleted the hamartia branch March 27, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants