irkinwork
irkinwork
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 22.5.0.dev0 ### Steps to Reproduce I try to add Sentry sourcemaps on smarttv app. Sourcemaps are uploaded correctly. It works nice on PC, but...

Можно добавить такое правило линтера ``` "rules": { "no-unused-vars": [2, {"args": "after-used", "argsIgnorePattern": "^_"}] } ``` https://eslint.org/docs/2.0.0/rules/no-unused-vars И неиспользуемые переменные начинать с _