Skip to content

Releases: getsentry/sentry

22.9.0

15 Sep 17:39
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(js): Avoid constructing API inside fetchOrganizationDetails (#38859) by @evanpurkhiser
  • feat(codeowners): Add assignee dropdown codeowners copy (#38832) by @scttcper
  • test(ui): Convert project install tests to RTL (#38866) by @scttcper
  • feat(dashboards): widgets use mep setting provider to determine if requests should be metricsEnhanced or not (#38810) by @edwardgou-sentry
  • feat(replays): Change replay event tags type and update UI (#38604) by @jesus4497
  • ref: Continue typing eventstream (#38858) by @lynnagara
  • feat(sidebar): open up broadcasts if #whats-new is the hash (#38838) by @scefali
  • Added question tooltip beside processed baseline toggle. (#38875) by @Abdkhan14
  • feat(perf-issues): Add analytics event to count num of perf issues on issues stream page (#38876) by @0Calories
  • feat(metrics): Add count_web_vitals to metrics layer [TET-161] (#38873) by @ahmedetefy
  • feat(dashboard): Flip top level query filter flag (#38829) by @narsaynorath
  • ref(dashboards): Delete deprecated dashboard tests (#38872) by @edwardgou-sentry
  • chore(perf-issues): Add issue creation rate limiter metrics (#38874) by @udameli
  • ref(perf-issues): prettify test event JSON (#38871) by @mjq-sentry
  • feat(perf_issues): Make GroupTagKeyValuesEndpoint work with perf issues (#38865) by @wedamija
  • feat(profiling): add links to profiledetails (#38824) by @eliashussary
  • fix(perf-issues): N+1 with odd number of potential sources missed (#38862) by @mjq-sentry
  • feat(perf_issues): Default sentry:performance_issue_creation_rate to 1.0, and gate perf issue creation using performance-issues-ingest (#38864) by @wedamija
  • feat(perf_issues): Explicitly hide performance issues from search if feature flag is disabled (#38863) by @wedamija
  • feat(perf-issues): Add Performance Issues analytics (#38807) by @0Calories
  • feat(dashboards): Flip grid layout feature flag (#38827) by @narsaynorath
  • feat(metrics): Support rate for derived metric [TET-129 TET-127] (#38792) by @ahmedetefy
  • feat(metrics): Register new option [sns-1660] (#38816) by @untitaker
  • fix(datascrubbing): Limit sensitiveFields (#38803) by @jjbayer

Plus 746 more

22.8.0

15 Aug 17:31
Compare
Choose a tag to compare

Various fixes & improvements

Plus 789 more

22.7.0

15 Jul 17:48
Compare
Choose a tag to compare

Various fixes & improvements

  • ref(replays): Refactor MouseTracking component into a react hook (#36710) by @ryan953
  • feat(release-activity): backend support for tracking release activity (#36608) by @barkbarkimashark
  • feat(grouping): Add support for automatic grouping updates (#36358) by @mitsuhiko
  • feat(replays): add session replays endpoints, proxy logic (#36631) by @JoshFerge
  • fix(dashboards): Open in Discover missing in Default Dashboard (#36728) by @narsaynorath
  • chore(deps): Upgrade @sentry/* JS SDKs from 7.6.0 to 7.7.0 (#36727) by @AbhiPrasad
  • fix(mep): Remove the granularity hacks (#36724) by @wmak
  • chore(deps): Bump eslint-config-sentry 1.94 -> 1.95 (#36693) by @NisanthanNanthakumar
  • fix(test) Allow the connection name to be defined by migration tests (#36712) by @markstory
  • fix(perf) Disabled performance settings if denied access (#36675) by @DominikB2014
  • fix: Remove potentially unnecessary pip installs (#36649) by @untitaker
  • fix: Fix unbound variable if DEVENV_NO_REPORT=1 (#36650) by @untitaker
  • test(issue-details): Fix issue details create comment test (#36715) by @Zylphrex
  • ref(tags): Refactor the Tags table so the rows are independant of the styled title (#36711) by @ryan953
  • fix(ci): include workdir to cache-dependency-path in setup-sentry (#36718) by @joshuarli
  • bug(replays): Remove the custom replays navTabs, use core nav which supports with dark-mode (#36709) by @ryan953
  • feat(replays): Cleanup unneeded tabs from the Replay Details page (#36706) by @ryan953
  • feat(alert): Create metric alerts on project creation (#36582) by @Neo-Zhixing
  • fix(devserver): Start both string indexers when metrics are enabled (#36682) by @untitaker
  • feat(profiling): Ingest profile call trees (#36268) by @Zylphrex
  • ref: replace legacy compat.map with list comprehensions (api) (#36694) by @asottile-sentry
  • feat(integrations): Endpoint for SentryFunctions creation page (#36557) by @vpandiarajan20
  • tests(mep): Add missing tests for entity subscription helper functions (#36689) by @wedamija
  • feat(mep): Add PerformanceMetricsEntitySubscription for use with MEP alerts (#36653) by @wedamija

Plus 760 more

22.6.0

15 Jun 18:01
Compare
Choose a tag to compare

Various fixes & improvements

Plus 746 more

22.5.0

16 May 18:55
Compare
Choose a tag to compare

Replays v0 (ongoing)

By: @billyvg (#34407, #34388)

Various fixes & improvements

Plus 732 more

22.4.0

15 Apr 17:26
Compare
Choose a tag to compare

Replays v0 (ongoing)

By: @ryan953 (#33313)

Various fixes & improvements

Plus 771 more

22.3.0

15 Mar 21:45
Compare
Choose a tag to compare

Various fixes & improvements

Plus 605 more

22.2.0

15 Feb 17:24
Compare
Choose a tag to compare

Various fixes & improvements

Plus 502 more

22.1.0

17 Jan 17:21
Compare
Choose a tag to compare

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

Plus 2051 more

21.12.0

15 Dec 19:59
Compare
Choose a tag to compare

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

Listing 64 out of 1670