Chore: Add deprecation warnings for Sentry (#60165)

This commit is contained in:
Domas
2022-12-13 16:41:42 +02:00
committed by GitHub
parent fe3ae49cce
commit c2cea076ee
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -21,6 +21,12 @@
"ts-loader", // we should remove ts-loader and use babel-loader instead
"ora", // we should bump this once we move to esm modules
// Sentry deprecated in favor of Grafana Faro for frontend logging.
// Major effort required to upgrade to latest Sentry, not worthwhile
"@sentry/browser",
"@sentry/types",
"@sentry/utils",
// dep updates blocked by React 18
"@testing-library/react",
"@types/react",