add svg ignore

This commit is contained in:
ascrutae 2017-08-31 09:57:20 +08:00
parent 9b9701845e
commit f6665c4296
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class Config {
* If the operation name of the first span is included in this set,
* this segment should be ignored.
*/
public static String IGNORE_SUFFIX = ".jpg,.jpeg,.js,.css,.png,.bmp,.gif,.ico,.mp3,.mp4,.html";
public static String IGNORE_SUFFIX = ".jpg,.jpeg,.js,.css,.png,.bmp,.gif,.ico,.mp3,.mp4,.html,.svg";
}
public static class Collector {