Releases: getsentry/sentry
21.11.0
Frontend Deploys (ongoing)
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 (#29739, #29449, #29315, #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
- fix(tests) Remove import that wasn't caught in pr (#30018) by @markstory
- chore(tests) Remove old react-select test helpers (#29998) by @markstory
- ref(tests) Replace usage of predicate in MockApiClient (#29997) by @markstory
- feat(dashboards): Add dashboard widget resizing flag (#30000) by @narsaynorath
- feat(ci): Drop ubuntu from dev env CI (#29956) by @armenzg
- ref(native-stack-trace-v2): Add more adjusts (#30013) by @priscilawebdev
- fix(dev): Patch firefox_profile.py from Selenium package (#29887) by @armenzg
- feat(ui): Add metrics switch to performance page [INGEST-572] (#30011) by @matejminar
- ref(native-stack-trace-v2): Apply design feedback (#29989) by @priscilawebdev
- ref(js): Convert GlobalSelectionHeaderRow to a FC (#30004) by @evanpurkhiser
- meta(py): Upgrade python typing analysis script (#29961) by @mgaeta
- ref(ts): Make GlobalSelectionStore useLegacyStore compatible (#30002) by @evanpurkhiser
- security(issue-alerts): Validate the issue alert owner is a member of the organization (#29962) by @wedamija
- feat(ui): Storybook - Add theme switcher & noBorder option to (#29765) by @vuluongj20
- feat(notifications): Slack Digests (#29677) by @mgaeta
- feat(ui): Release Details Sidebar component update (#29842) by @mikellykels
- feat(release-comparison): Add Regressed tab to issue filter tabs (#27896) by @mikellykels
- adds hook and experiment (#29976) by @scefali
- feat(logo-upload): Update serializer to account for popularity (#29978) by @leeandher
- test(ui): Convert seenByList to RTL (#29983) by @scttcper
- test(ui): Convert collapsible component to RTL (#29982) by @scttcper
- feat(widget-library): Add Library Widgets to Dashboard (#29881) by @shruthilayaj
- feat(tests) Add request matchers to MockApiClient (#29910) by @markstory
- ref(tests) Move tests for MutedBox to RTL (#29967) by @markstory
- ref(react-testing-library): Introduce user-event (#29638) by @priscilawebdev
- feat(dashboards): Add a confirm on dashboard deletion (#29971) by @wmak
- Revert "perf(alerts): Add noop handler for load test subscriptions (#29428)" (#29987) by @ahmedetefy
- fix(js-unit-test): Mutilple clean-ups and improvements (#29948) by @priscilawebdev
- ref(select): Choices -> options keySettings (#29975) by @davidenwang
- ref(js): Inline the GSH Header component (#29933) by @evanpurkhiser
- ref(select): Choices -> options permissionSelection (#29977) by @davidenwang
- fix(alerts): Filter rules by current project on alert edit (#29928) by @scttcper
- test(ui): Convert narrow layout to RTL (#29974) by @scttcper
- test(alerts): Convert alert rule modal to RTL (#29959) by @scttcper
- ref(select): Choices -> options addCodeOwnerModal (#29932) by @davidenwang
- meta(py): Add Ecosystems files to CODEOWNERS (#29969) by @mgaeta
- feat(growth): add skip onboarding btn on step 3 (#29965) by @Neo-Zhixing
- add frontend experiment (#29964) by @Neo-Zhixing
- test(alerts): Convert alert ruleForm to RTL (#29954) by @scttcper
- feat(dashboards): feature flags for Issues in Dashboards (#29922) by @edwardgou-sentry
- security(metric_alerts): Validate the metric alert owner is a member of the organization. (#29939) by @wedamija
- chore(logo-upload): Migrate SentryApp table to include popularity column (#29955) by @leeandher
- feat(integrations): Check if data is within an org (#29938) by @NisanthanNanthakumar
- fix(ci): Setup Sentry action needs workdir for PG health check (#29960) by @rahul-kumar-saini
- ref(sentryappavatar): Add color, remove avatar_type (#29936) by @ceorourke
- feat(perf): Add tooltip to closeContainer for widgets (#29949) by @k-fish
- feat(perf): Add analytics to landing v3 (#29950) by @k-fish
- fix(perf): Remove display type on default display (#29951) by @k-fish
- feat(perf): Add remaining frontend vital widgets (#29913) by @k-fish
- adds invited_member_id to slack member invitation events (#29952) by @scefali
- fix(alerts): Fix bug where issue alerts could be fetched by users without access permissions. (#29930) by @wedamija
- ref(ui): Refactor session existence check for % based issues (#29275) by @taylangocmen
- feat(notifications): adds task for slack notifications (#29720) by @scefali
- feat(dev): Multi-threaded devservices and move PG health-check out of Docker (#29824) by @joshuarli
- ref(app-store-connect): Remove unused context consumer (#29945) by @priscilawebdev
- test(alerts): Convert alert details test to RTL (#29935) by @scttcper
- ref(tests) Move Access component tests to RTL (#29923) by @markstory
- typing(discover): Adding some of the files for QueryBuilder to mypy (#29851) by @wmak
- feat(feature-flag): Add organization:metrics-performance-ui flag (#29944) by @priscilawebdev
- ref(app-store-connect): Add adjusts (#29843) by @priscilawebdev
- feat(analytics): adds invited_member_id to analytics event (#29931) by @scefali
- ref(ui): Deprecate withTeams (#29929) by @davidenwang
- tests(ts): Convert setup.js -> ts. Improve test typing (#29869) by @evanpurkhiser
- fix(async-csv): Prevent direct object reference on data exports (#29918) by @leeandher
- Revert "typing(issue_search): Add typing to issue search backends and executors (#29902)" (9f9870b) by @getsentry-bot
- test(alerts): Convert metric field to RTL (#29921) by @scttcper
- typing(issue_search): Add typing to issue search backends and executors (#29902) by @wedamija
- Revert "adds invited_member_id to analytics event (#29914)" (9d09086) by @getsentry-bot
- adds invited_member_id to analytics event (#29914) by @scefali
- ref(integrations): Allow pagination on team and user mappings pages (#29862) by @leeandher
- feat(jira): Add badges to issue glance (#29899) by @ceorourke
- feat(issue_search): Add
regressed_in_release
search term to issue search (#29890) by @wedamija - fix(growth): Copy updates for performance upsell in issue alert emails (#29911) by @Neo-Zhixing
- fix(perf): Switch error counts to abbreviated (#29916) by @k-fish
- feat(auth): Implement SSO session expiry (#29422) by @JoshFerge
- fix(sampling): Missed a spot for this sampling rate (#29915) by @wmak
- refs(incidents): Remove unused incident stat snapshots and endpoint (#29897) by @wedamija
- fix(docs): Removing guides from these URLs (#29894) by @wmak
- fix(ui): Remove adoption stage chart filtering by query (#29903) by @taylangocmen
- fix(ui): Adjust metric alert chart rule change gray area boundaries (#29727) by @taylangocmen
- fix(ui): Fix legend label alignment on release charts (#29904) by @taylangocmen
- test(alerts): Convert alert list to RTL (#29907) by @scttcper
- fix(settings): Change status to 403 if Identity can't be deleted (#29900) by @RyanSkonnord
- ref(appstore-connect): Remove iTunes credentials from soft schema (#29865) by @relaxolotl
- fix(sessions): Disallow querying by issue.id (#29810) by @jjbayer
- ref(appconnect): remove inaccurate metrics (#29906) by @flub
- fix(metrics): Accept message without tags (#29905) by @jjbayer
- fix(grouping): Shorten tag keys (#29878) by @untitaker
- feat(releasehealth): Add release health delegator [INGEST-253] (#29731) by @RaduW
- fix(slack): MessageAction dataclass (#29895) by @mgaeta
- feat(semver): Determine latest release using semver when applicable (#27733) by @wedamija
- add TargetedUpsellModalExperimentV2 flag (#29896) by @Neo-Zhixing
- use fine tuning key in org request notifications (#29888) by @scefali
- fix provider name in analytics (#29885) by @scefali
- fix(teamStats): Prevent team misery from showing other teams (#29884) by @scttcper
- fix(perf): Landing issues errors widget switch (#29883) by @k-fish
- fix(alerts): Search in team dropdown by slug selector (#29861) by @scttcper
- adds email to context (#29886) by @scefali
- ref(ui): Use TeamSelector component for organization invite requests (#29864) by @davidenwang
- ref(appstore-connect): Scrub iTunes credentials from the DB (#29829) by @relaxolotl
- fix(ui): Change multiple team selector to not have an icon (#29868) by @davidenwang
- fix(integration dashboard): Show seconds in 24hr time (#29866) by @ceorourke
- fix(notifications): Guard against no "settings" (#29880) by @mgaeta
- ref(ratelimit): Change RedisRatelimiter to use redis cluster (#29766) by @AniketDas-Tekky
- ref(integrations): Clean up Issues Webhooks (#28879) by @mgaeta
- ref(appstore-connect): Remove deprecated validate endpoint (#29809) by @relaxolotl
- feat(alerts): Show related issues not available on query error (#29850) by @taylangocmen
- feat(widget-library): Add initial widget library modal (#29846) by @shruthilayaj
- feat(settings): Show logos for all Identity pro...
21.10.0
Frontend Deploys (ongoing)
PRs: #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.
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.
PRs: #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.
PRs: #28699, #28827, #28745, #28637
Various fixes & improvements
- feat(workflow): Enable issue-percent-filters flag by default (#29325)
- feat(post-process-forwarder) Allow different types of post process forwarders (#29225)
- ref(search): Enable search without waiting for search groups to load (#29336)
- adds experiment for trial label (#29305)
- fix(discover): Various snql discover fixes (#29219)
- chore(deletion) Drop aborted column (#29323)
- fix(snapshots): Fixes datetime comparison with str issue (#29349)
- fix(ui): Handle empty alert chart (#29348)
- feat(dev): Run dev env workflow when .pre-commit-config.yaml changes (#29331)
- ref(tests): Use screen for querying in RTL (#29312)
- fix(alerts): Fix logic that creates snapshots for crash rate alerts (#29320)
- ref(grouprelease): Buffer GroupRelease.last_seen update per minute (#29328)
- ref(minichart): Add extra empty space on the top - [INGEST-495] (#29321)
- ref(js): Remove unused withProjects on incidentRules/triggers (#29335)
- test(js): Always use our exported act (#29340)
- ref(js): Rewrite Sidebar as a functional component (#29278)
- test(js): Refactor useLegacyStore test to use testing-library/react-hooks (#29338)
- fix(workflow): Filter team release counts by teams projects (#29341)
- feat(team-insights): Add Number of Releases section (#29101)
- Temporarily disable pyright pre-commit checks. (#29326)
- build(deps): bump nth-check from 2.0.0 to 2.0.1 (#29000)
- fix(growth): Select the correct project when showing sample transaction banner (#29324)
- fix(visibility): Unbound errors for visibility files (#29330)
- fix(js): Links should not receive router attributes (#29279)
- ref: Set defaults for potential unbound errors (#29327)
- feat(workflow): Remove alert issue redesign flag (#29061)
- feat(symbolicator): Record metrics for projects being assigned and unassigned to the LPQ (#29229)
- ref(grouprelease): Buffer updates to GroupRelease.last_seen (#29311)
- fix(typo): 'set up' has a space (#29322)
- feat(discover): Added analytics for connecting Discover and Dashboards (#29286)
- fix(ui): Add optional chaining to releases adoption chart (#29317)
- chore(deletion) Remove aborted field from the model (#29297)
- feat(suspect-spans): Add new spans columns to transactions dataset (#29287)
- ref(appconnect): Do not sample metrics for app store connect (#29310)
- test: Stabilize release comparison snapshot (#29313)
- feat(consumer): Add batch timeout for offset commit (#29285)
- fix: Use counters instead of gauges (#29291)
- feat(ui): Add related issues to crash rate alerts (#29283)
- type comparisonDelta can be null in saved incidents (#29308)
- fix(cmp_alerts): Set type when comparison delta default value when null or undefined (#29306)
- ref(misc): Fix copy and formatting (#29304)
- feat(workflow): Adding 'this week' totals, dynamic average, and merging into one query (#29301)
- ref(teams): Alert team filter now uses team slug instead of team name (#29296)
- feat(cmp_alerts): Show change alert status in the metric alert builder chart (#29201)
- ref(tests) Move tests for withTags() HOC off of enzyme (#29300)
- feat(metric-alerts): Fire webhook to Alert Rule UI Component trigger action (#29298)
- ref(Alert Rules): Only pass inputChannelId for Slack (#29295)
- fix(migration) Fix exception in data migration 0233 (#29271)
- dev: Add pyright as a pre-commit hook (#29280)
- fix(deletions) Fix blocked organization integration deletions (#29269)
- ref(releasehealth): Implement get_num_sessions_per_project on metrics backend [INGEST-249] (#29208)
- ref(ui): Refactor releases adoption request (#29253)
- feat: Move events in the wrong queue to the right one [NATIVE-203] (#29207)
- ref(ui): Rename project session request (#29254)
- ref(ui): Rename release health request (#29255)
- test: Update flakey releaes snapshot (#29281)
- ref(ui): Replace releaseDetailsRequest with SessionsRequest (#29252)
- feat(ui): Format alert incident tooltip (#29257)
- ref(ui): Remove legacy release details codepaths (#29150)
- ref(stores): Make ProjectsStore useLegacyStore compatible (#29247)
- ref(js): Swap withConfig HoC to useLegacyStore(ConfigStore) (#29277)
- ref(release): Use bulk insert for CommitFileChange in set_commits (#29256)
- ref(ui): Convert metric rule create to functional component (#29274)
- feat(alert-rules): Add validation for schema fields attached to alert rules (#29226)
- fix(ui): Update localstorage when project is deleted (#29104)
- feat(metric-alerts): Create/update Alert Rule UI Components (#29236)
- fix(ui): Disable scroll hijack with cursor over zoomable charts (#29234)
- chore(suspect-spans): Add metric for span grouping calculation (#29266)
- ref(teams): Switch TeamCrumb to utilize useTeams (#29242)
- feat(workflow): Add team label to team insights dropdown (#29243)
- ref(js): Small condition refactor (guards) in EditableText (#29267)
- ref(js): Make SidebarPanelStore useLegacyStore compatible (#29268)
- feat(activity): Disable note input when no text is entered (#29264)
- fix(test): Fix flaky test for useTeams (#29214)
- ref(js): Convert ActivityNote to a functional component (#29250)
- fix(authenticator): Allow superusers to override 2fa-required org removal (#29089)
- ref(stores): Rename OrganizationActions.{fetchOrg -> reset} (#29246)
- fix(ui): Handle Adoption Stage if project slug invalid (#29227)
- feat(snql): Add support for array combinator in snql (#29047)
- fix(ui): Release comparison performance view for smaller screens (#29228)
- feat(discover): Beta Badges on Add to Dashboard buttons (#29262)
- feat(cmp_alerts): Return current and comparison count from stats api, instead of percent (#29245)
- feat(workflow): 'Team' Release Count API (#28836)
- ref(js): useLegacyStore for DemoHeader sidebar collapsed (#29251)
- feat(dev): On Apple arm64 install hosted confluent-kafka wheel (#29013)
- fix(discover): Check yAxis list contains equation functions when adding widget from discover (#29153)
- fix(ui) Fix issue stats chart colours in dark mode (#29162)
- fix(tests) Add a sleep to /issues test (#29259)
- fix(metrics): Fix some bugs in metrics-based release health [INGEST-249] (#29233)
- ref(ui): Refactor sessions existence checks (#29205)
- fix(ui): Block quote was ugly af (#29249)
- style(webpack): Don't use flag style comments for blocks (#29238)
- ref(js): Use localeCompare for sort in projectsStore#getAll (#29244)
- feat(jobs): Come struggle at react code with us (#29241)
- ref(js): Remove unused react-keydown (#29240)
- ref(js): Convert a number of withApi's -> useApi's (#29239)
- ref(slack): Indicate recipient in referrer (#29235)
- fix(activity): check that user exists when seeing if we can edit comment (#29156)
- feat(alert-rule): Render Alert Rule UI Component in Metric Alerts (#29103)
- fix(ui): install docs line height (#28998)
- feat(workflow): Collapse team misery on more than 8 results (#29199)
- fix(itunes): sms auth [NATIVE-265] (#28987)
- fix(appstore): Not all pages have includes (#28721)
- feat(symbolicator): Add a backoff timer when projects move in/out of the LPQ (#29100)
- feat(notifications): Format Crash Rate alert notifications [WOR-1412] (#29107)
- ref(releasehealth): Implement get_project_sessions_count on metrics backend [INGEST-249] (#29148)
- fix(ui): Do not show threshold type on session alerts (#29206)
- ref(ui): Refactor triggers chart to use SessionsRequest (#29204)
- feat(growth): Adding targeted upsell modal experiment (#29222)
- ref(sentry-metrics): Add basic caching layer to indexer (#29115)
- ref(sentry apps): Remove Zepel (#29218)
- ref(symbolicator): Add tests for LPQ tasks (#29088)
- fix(scim): fix error when member on team doesnt exist (#29217)
- fix(workflow): Fix issues reviewed when switching teams (#29200)
- feat(discover): enable multi y axis for previous period view (#28951)
- feat(discover): Previous period on charts (#29211)
- fix(snql): Orderby duplicate column should work (#29121)
- chore(performance): Drop legacy key transactions table (#29074)
- ref(vsts): Shadow deprecate VSTS plugin (#29202)
- feat(sentry apps): Add TaskCall to integration directory (#29164)
- feat(post-process-forwarder) Add header for transaction processing (#28908)
- feat(workflow) rate limit ProjectKeyStats endpoint (#29210)
- fix(ui) Improve Darkmode for ownership assignments (#29161)
- fix(api): Cast all api log values to string (#29213)
- fix: Return correct data in get_*_for_project methods (#29037)
- feat(internal-metrics): Add gauge support (#29091)
- ref(js): useTheme in DropdownLink (#29176)
- ref(js): Convert VitalChart to a functional component (#29168)
- ref(js): useTheme in BaseChart (#29175)
- ref(js): Convert performance/trends/chart to a functional component (#29172)
- ref(js): Convert CommandPalette to a functional component (#29174)
- ref(js): Convert RulesPanel to a functional com...
21.9.0
- No documented changes.
21.8.0
- No documented changes.
21.7.0
- No documented changes.
21.6.3
- No documented changes.
21.6.2
- No documented changes.
21.6.1
- No documented changes.
21.6.0
Deprecation Warning
There will be a future change to where the frontend bundle will be loaded asynchronously. This will be a breaking change that can affect custom plugins that access certain globals in the django template. Please see https://forum.sentry.io/t/breaking-frontend-changes-for-custom-plugins/14184 for more information.
21.5.1
- No documented changes.