Skip to content

Commit

Permalink
[APM] Add iOS agent icon (#99911)
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist authored May 12, 2021
1 parent 4803f28 commit febaafe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import defaultIcon from '../span_icon/icons/default.svg';
import dotNetIcon from './icons/dot-net.svg';
import erlangIcon from './icons/erlang.svg';
import goIcon from './icons/go.svg';
import iosIcon from './icons/ios.svg';
import darkIosIcon from './icons/ios_dark.svg';
import javaIcon from './icons/java.svg';
import nodeJsIcon from './icons/nodejs.svg';
import ocamlIcon from './icons/ocaml.svg';
Expand All @@ -31,6 +33,7 @@ const agentIcons: { [key: string]: string } = {
dotnet: dotNetIcon,
erlang: erlangIcon,
go: goIcon,
ios: iosIcon,
java: javaIcon,
nodejs: nodeJsIcon,
ocaml: ocamlIcon,
Expand All @@ -44,6 +47,7 @@ const agentIcons: { [key: string]: string } = {

const darkAgentIcons: { [key: string]: string } = {
...agentIcons,
ios: darkIosIcon,
php: darkPhpIcon,
rum: darkRumJsIcon,
rust: darkRustIcon,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit febaafe

Please sign in to comment.