Skip to content

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

@codecov
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
@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.

3 participants