Skip to content

feat(platform-picker): add typescript/ts as filter aliases for javascript#115407

Open
sentry-junior[bot] wants to merge 2 commits into
masterfrom
junior/add-typescript-alias-to-platform-picker
Open

feat(platform-picker): add typescript/ts as filter aliases for javascript#115407
sentry-junior[bot] wants to merge 2 commits into
masterfrom
junior/add-typescript-alias-to-platform-picker

Conversation

@sentry-junior
Copy link
Copy Markdown
Contributor

@sentry-junior sentry-junior Bot commented May 12, 2026

Searching for "typescript" in the platform picker currently shows the "We don't have an SDK for that yet!" message. This is a common search — analytics show ~30 exact "typescript" searches and ~550 "type" prefix searches over the past 90 days.

This adds typescript and ts as filter aliases for the javascript platform, using the existing filterAliases mechanism (same pattern as cpp/c++native).

Changes

  • static/app/data/platformPickerCategories.tsx: Added javascript: ['typescript', 'ts'] to filterAliases
  • static/app/components/platformPicker.spec.tsx: Added test for the typescript alias (mirrors existing c++ alias test)

On behalf of

@BYK (requested by Billy Vong in Slack)

…ript

Searching for 'typescript' in the platform picker currently returns no results,
showing the 'We don't have an SDK for that yet!' message. This adds 'typescript'
and 'ts' as filter aliases for the javascript platform, using the existing
filterAliases mechanism.

Data from the platformpicker_search analytics event shows ~30 exact 'typescript'
searches over the past 90 days, plus partial prefix searches (type: 550, types: 48,
typesc: 41, etc.).
@sentry-junior sentry-junior Bot requested a review from a team as a code owner May 12, 2026 19:23
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.50%

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