Add Sentry plugin backend API (forwarding proxy)

This commit is contained in:
Wojciech Adaszynski
2020-05-15 11:29:27 +02:00
parent ee84a874f8
commit f8ee87ce1d
12 changed files with 253 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
};