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

The Set Up Code Mapping modal supported platforms has fallen out of sync #84232

Open
armenzg opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@armenzg
Copy link
Member

armenzg commented Jan 29, 2025

We need to ensure that this does not happen again.

Currently, the Set Up Code Mapping modal is only shown for a subset of languages while the backend has a greater set of platforms.

const supportedStacktracePlatforms: PlatformKey[] = [
'go',
'javascript',
'node',
'php',
'python',
'ruby',
'elixir',
];

SUPPORTED_LANGUAGES = ["javascript", "python", "node", "ruby", "php", "go", "csharp"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant