feat(apm): add rust icon (#93781)

This commit is contained in:
Karol Fuksiewicz 2021-03-06 02:25:53 +01:00 committed by GitHub
parent cecdcc538e
commit a11f34c910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -31,6 +31,7 @@ const examples = {
python: 'python',
ruby: 'ruby',
'rum-js': 'rum',
rust: 'rust',
'something else': undefined,
};

View file

@ -22,6 +22,7 @@ import phpIcon from './icons/php.svg';
import pythonIcon from './icons/python.svg';
import rubyIcon from './icons/ruby.svg';
import rumJsIcon from './icons/rumjs.svg';
import rustIcon from './icons/rust.svg';
const agentIcons: { [key: string]: string } = {
dotnet: dotNetIcon,
@ -35,6 +36,7 @@ const agentIcons: { [key: string]: string } = {
python: pythonIcon,
ruby: rubyIcon,
rum: rumJsIcon,
rust: rustIcon,
};
// This only needs to be exported for testing purposes, since we stub the SVG

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB