Skip to content

8.2.0

Compare
Choose a tag to compare
@mattrobenolt mattrobenolt released this 01 Mar 19:38
· 65132 commits to master since this release
  • SENTRY_DISALLOWED_IPS is no longer configured by default. If you're exposing Sentry outside of your company you may wish to configure this.
  • Do not require the documentation sync on repair to succeed.
  • Added basic organization on-boarding.
  • Project keys are no longer usable within the web API.
  • Allow requiring data scrubbing security options as an organization wide setting.
  • Added basic support for dsym symbol handling. This feature might leave behind temporary files when used in this version.
  • Added support for named Redis clusters for consistency in Redis connection management (GH-2693). This adds a redis.clusters section to config.yml (see documentation), and deprecates the SENTRY_REDIS_OPTIONS setting and per-backend configuration of Redis clusters.

Schema Changes

  • Added ProjectBookmark model.
  • Added EventTag model.
  • Added OrganizationOnboardingTask model.

See 8.1.2...8.2.0 for full changes.