Skip to content

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

Open
@armenzg

Description

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"]

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions