Sentry v21.12.0 Release Notes

  • ๐Ÿš€ Frontend Deploys (ongoing)

    By: @billyvg (#28878)

    ๐Ÿ‘ Python: Add support for Apple arm64 development (ongoing)

    Apple started moving away from their Intel based chipset to arm64 chipsets (aka as Apple Silicon). โฌ†๏ธ In order to do Sentry development on this new architecture we need to do various changes to Sentry's development environment. Some of these changes include using a different Python version (arm64 support was added on Python 3.8.10), upgrading Python packages and hosting some Python wheels that third-party maintainers are not yet releasing.

    By: @armenzg (#30071, #29739, #29449, #29315, #29013, #28769, #28607)

    ๐Ÿณ Docker: Add support for Apple arm64 development (ongoing)

    ๐Ÿณ In order to do development for Sentry, we need to spin up various Docker containers. Apple is moving away from Intel based chipset to arm64 chipsets (aka Apple Silicon).

    This milestones track all work required to make sure we can still use these development services on Apple's arm64 architecture.

    By: @armenzg (#29494, #29293, #29284, #29157, #29081, #29117, #29084, #28672, #28724)

    Connecting Dashboards and Discover (ongoing)

    Open a Dashboard widget in Discover. Add a Discover Query to a Dashboard.

    By: @edwardgou-sentry (#28699, #28827, #28745, #28637)

    ๐Ÿ›  Various fixes & improvements

    • feat(cra-metrics): Adds crash rate alerts over metrics [INGEST-629] INGEST-632 by @ahmedetefy
    • ๐Ÿ›  fix(perf): Re-add onboarding for landing v3 (#30675) by @k-fish
    • ๐Ÿ›  fix(performance-metrics): Handle null serie values (#30594) by @priscilawebdev
    • ๐ŸŽ feat(snql): Enable snql on facets performance endpoints (#30557) by @wmak
    • ๐Ÿ›  fix(discover): Updates Discover widget modal to propagate global header selection to the dashboard view when submitting (#30641) by @edwardgou-sentry
    • feat(suspect-spans): Allow specifying certain columns (#30576) by @Zylphrex
    • ๐Ÿ›  fix(chart-unfurl): Fix daily top5 rendering (#30669) by @shruthilayaj
    • ref(projectconfig_cache): Delete redis-blaster implementation, execute deletes faster (#30636) by @untitaker
    • feat(dashboards): Open Library Modal in edit mode (#30591) by @shruthilayaj
    • ref(js): Cleanup GSH getParams / utils (#30658) by @evanpurkhiser
    • ๐Ÿ’… style(js): Improve comments formatting in AsyncComponent (#30667) by @evanpurkhiser
    • ๐Ÿ—„ ref(js): Convert (some of) redirectDeprecatedProjectRoute to a FC (#30640) by @evanpurkhiser
    • ref(js): Convert ScrollToTop to a hook (#30652) by @evanpurkhiser
    • ๐Ÿšš ref(js): Remove UNSAFE_componentWillReceiveProps (#30663) by @evanpurkhiser
    • ๐Ÿšš ref(js): Remove unused getEndpoint (#30659) by @evanpurkhiser
    • ๐Ÿ›  fix(ui): Span tree connector design (#30498) by @vuluongj20
    • ๐Ÿ›  fix(js): Remove double - Sentry in Activity route title (#30626) by @evanpurkhiser
    • ๐Ÿšš feat(teamStats): Remove some team unresolved issue age buckets (#30650) by @scttcper
    • ๐Ÿ’… style: Hover & focus state for buttons (#30654) by @vuluongj20
    • ๐Ÿ›  fix(ui): Fix undefined markline data error (#30655) by @taylangocmen
    • ref(js): Convert OrganizationCreate to a FC (#30638) by @evanpurkhiser
    • chore(deps): bump typescript from 4.4.4 to 4.5.4 (#30615) by @dependabot
    • feat(teamStats): Add team-insights-age-unresolved flag (#30644) by @scttcper
    • ref(js): Rename constants/{globalSelectionHeader -> pageFilters} (#30618) by @evanpurkhiser

    Plus 1646 more