Skip to content

fix: DataCategoryExact should match Relay #94663

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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

isabellaenriquez
Copy link
Member

@isabellaenriquez isabellaenriquez commented Jun 30, 2025

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 30, 2025
@@ -748,15 +748,12 @@ export enum CreditType {
ERROR = 'error',
TRANSACTION = 'transaction',
SPAN = 'span',
SPAN_INDEXED = 'spanIndexed',
Copy link
Member Author

Choose a reason for hiding this comment

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

removed all the ones that don't exist in the backend

SPAN_INDEXED = 'spanIndexed',
PROFILE_DURATION = 'profileDuration',
PROFILE_DURATION_UI = 'profileDurationUI',
PROFILE_DURATION = 'profile_duration',
Copy link
Member Author

Choose a reason for hiding this comment

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

this was the wrong format the whole time; credit types are serialized in lower case snake case

Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #94663   +/-   ##
=======================================
  Coverage   79.24%   79.24%           
=======================================
  Files       10422    10422           
  Lines      603079   603079           
  Branches    23470    23470           
=======================================
  Hits       477893   477893           
  Misses     124680   124680           
  Partials      506      506           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant