Uh oh!
There was an error while loading. Please reload this page.
migration(plugins): removes all plugins except slack and PD - #538
Conversation
| # Note: Order of operations matters here. | ||
| from sentry.runner.importer import install_plugin_apps | ||
| install_plugin_apps("sentry.apps", settings) |
There was a problem hiding this comment.
Why did this get removed? Do slack/pd not need to be added to INSTALLED_APPS by sentry's importer?
There was a problem hiding this comment.
Actually yeah, seems like we should keep this since there are still a couple plugins in sentry.apps
There was a problem hiding this comment.
@wedamija@joshuarli Hmmm? The only ones in that list were Jira, Jira AC, and SessionStack. All of those are now in sentry-core which has the entrypoint of sentry.new_apps.
wedamija
left a comment
There was a problem hiding this comment.
Can you post in #engineering and let people know they'll need to update their sentry-plugins if they pull master and are running getsentry? Just want to make sure we don't break people's devs again
Paired with getsentry/sentry#15468
Must be merged after: https://github.com/getsentry/getsentry/pull/3309