Просмотр исходного кода

fix(stacktrace): Remove mapping which classified the .h extension as apple (#62869)

Fixes https://github.com/getsentry/sentry/issues/62728
Malachi Willey 1 год назад
Родитель
Сommit
bfde37dd16
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      static/app/utils/fileExtension.tsx

+ 0 - 1
static/app/utils/fileExtension.tsx

@@ -13,7 +13,6 @@ const FILE_EXTENSION_TO_PLATFORM = {
   rs: 'rust',
   rs: 'rust',
   rlib: 'rust',
   rlib: 'rust',
   swift: 'swift',
   swift: 'swift',
-  h: 'apple',
   m: 'apple',
   m: 'apple',
   mm: 'apple',
   mm: 'apple',
   M: 'apple',
   M: 'apple',