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

fix(contexts): Fix casing for known context #72045

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

leeandher
Copy link
Member

We wanted to preserve casing for unknown context from the sdk in #72013, but there are a few non-context context items that weren't accounted for.

Before
image

After
image

@leeandher leeandher requested a review from a team as a code owner June 4, 2024 19:40
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 4, 2024
Comment on lines 340 to +343
case 'otel':
return t('OpenTelemetry');
return 'OpenTelemetry';
case 'unity':
return t('Unity');
return 'Unity';
Copy link
Member Author

Choose a reason for hiding this comment

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

These refer to specific companies and shouldn't be translated

Copy link

codecov bot commented Jun 4, 2024

Bundle Report

Changes will increase total bundle size by 767 bytes ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 27.89MB 767 bytes ⬆️

@leeandher leeandher enabled auto-merge (squash) June 4, 2024 19:50
@leeandher leeandher merged commit 0017b1c into master Jun 4, 2024
41 checks passed
@leeandher leeandher deleted the leander/context-titles branch June 4, 2024 19:52
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants