Skip to content

Commit

Permalink
ref(js): Remove deprecated Form from window global
Browse files Browse the repository at this point in the history
We began tracking usage of this in GH-40628. We have not seen any usage
of it. I believe it is safe to remove.
  • Loading branch information
evanpurkhiser committed Nov 1, 2022
1 parent 4d63bce commit e2dec3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/app/bootstrap/exportGlobals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const globals = {
// modules that are not compiled with the sentry bundle.
const SentryApp = {
// The following components are used in sentry-plugins.
Form: require('sentry/components/deprecatedforms/form').TrackedDeprecatedForm,
FormState: require('sentry/components/forms/state').default,
LoadingIndicator: require('sentry/components/loadingIndicator').default,
plugins: {
Expand Down

0 comments on commit e2dec3c

Please sign in to comment.