|
| 1 | +25.3.0 |
| 2 | +------ |
| 3 | + |
| 4 | +### Automate Code Mappings & In-App Stack Trace Rules for Java projects (ongoing) |
| 5 | + |
| 6 | +Currently, we ask developers to set up their Java code mappings manually (because the SDK cannot determine it): |
| 7 | +https://docs.sentry.io/platforms/java/source-context/#setting-up-code-mappings |
| 8 | + |
| 9 | +Unfortunately, many stack traces do not contain in-app frames, thus, many Sentry features are not available (e.g. SCM linking, suspect commit). |
| 10 | + |
| 11 | +This tracks using the code mappings derivation system to automatically add the code mappings and stack trace rules to mark in-app frames as such. |
| 12 | + |
| 13 | +This will automatically enable the following Sentry features : |
| 14 | +- Suspect Commits |
| 15 | +- GitHub pull request comments |
| 16 | +- Auto-assignments (if Codeowners imported) |
| 17 | +- Stack trace linking |
| 18 | +- Code coverage (if the customer also has an account) |
| 19 | + |
| 20 | +This will only be available to customers with the GitHub integration installed. |
| 21 | + |
| 22 | +You can read more about the system here: |
| 23 | +https://blog.sentry.io/code-mappings-and-why-they-matter/ |
| 24 | + |
| 25 | +By: @armenzg (#86283, #86327, #86280, #86196, #86188, #86189, #86109, #86026, #85981, #85976, #85931, #85742) |
| 26 | + |
| 27 | +### Various fixes & improvements |
| 28 | + |
| 29 | +- Revert "chore(sentry apps): add SLO context manager for send alert event (issue alerts) (#86356)" (fa6491f2) by @getsentry-bot |
| 30 | +- fix(autofix): Fix running autofix after all issue summaries (#87134) by @jennmueng |
| 31 | +- fix(data-consent): Fix non touch customers seeing msa prompt (#87133) by @jennmueng |
| 32 | +- fix(eap-spans): count_op should use `score.total` (#87132) by @DominikB2014 |
| 33 | +- chore(sentry apps): Add context manager for comment webhook SLOs (#86739) by @Christinarlong |
| 34 | +- feat(devenv): Skip `devenv sync` call when we have FE changes and env var is set (#87112) by @wedamija |
| 35 | +- feat(insights): make score easier to query (#87129) by @DominikB2014 |
| 36 | +- chore(issue-details): Fix a few things about issue guide (#87122) by @leeandher |
| 37 | +- feat(issue-views): Improve drag handle and safari interactions (#87119) by @MichaelSun48 |
| 38 | +- :recycle: ref(aci): remove alert rule from metric alert chart building logic (#87103) by @iamrajjoshi |
| 39 | +- fix(jira): Add a 'key_id' block list for JIRA installed webhook endpoint (#87086) by @Christinarlong |
| 40 | +- fix(event_manager): Resolve TypeError while recording first insight span (#87123) by @jan-auer |
| 41 | +- chore(sentry apps): add SLO context manager for send alert event (issue alerts) (#86356) by @Christinarlong |
| 42 | +- ref(feedback): add evidence test coverage and send alerts if source is none (#87121) by @aliu39 |
| 43 | +- feat(releases): Change "version" to "release" in table (#87088) by @billyvg |
| 44 | +- feat(releases): Change release bubbles series color to match bubbles (#87109) by @billyvg |
| 45 | +- test(react19): Wait for text in billingPlans.spec.tex (#87120) by @scttcper |
| 46 | +- ref(tsc): convert projectPlugins details to FC (#87035) by @michellewzhang |
| 47 | +- chore(issues): Opt more modules into stronger typing (#87117) by @mrduncan |
| 48 | +- feat(ui): Move checkInTimeline underscan to the left (#87096) by @evanpurkhiser |
| 49 | +- fix(aci): ANY_SHORT_CIRCUIT early exit (#87114) by @cathteng |
| 50 | +- test(react19): Adjust widgetViewerModal for react 19 (#87110) by @scttcper |
| 51 | +- chore(uptime): Commit test helpers for getsentry (#87115) by @wedamija |
| 52 | +- feat(insights): add most related issues to backend (#87033) by @DominikB2014 |
| 53 | + |
| 54 | +_Plus 1390 more_ |
| 55 | + |
| 56 | +25.2.0 |
| 57 | +------ |
| 58 | + |
| 59 | +### Automate Code Mappings & In-App Stack Trace Rules for Java projects (ongoing) |
| 60 | + |
| 61 | +Currently, we ask developers to set up their Java code mappings manually (because the SDK cannot determine it): |
| 62 | +https://docs.sentry.io/platforms/java/source-context/#setting-up-code-mappings |
| 63 | + |
| 64 | +Unfortunately, many stack traces do not contain in-app frames, thus, many Sentry features are not available (e.g. SCM linking, suspect commit). |
| 65 | + |
| 66 | +This tracks using the code mappings derivation system to automatically add the code mappings and stack trace rules to mark in-app frames as such. |
| 67 | + |
| 68 | +This will automatically enable the following Sentry features : |
| 69 | +- Suspect Commits |
| 70 | +- GitHub pull request comments |
| 71 | +- Auto-assignments (if Codeowners imported) |
| 72 | +- Stack trace linking |
| 73 | +- Code coverage (if the customer also has an account) |
| 74 | + |
| 75 | +This will only be available to customers with the GitHub integration installed. |
| 76 | + |
| 77 | +You can read more about the system here: |
| 78 | +https://blog.sentry.io/code-mappings-and-why-they-matter/ |
| 79 | + |
| 80 | +By: @armenzg (#85174, #85065) |
| 81 | + |
| 82 | +### Various fixes & improvements |
| 83 | + |
| 84 | +- Revert "feat(autofix): Add Autofix status to sidebar button (#85287)" (b20e50ed) by @getsentry-bot |
| 85 | +- fix(autofix): Fix flash on initial run (#85299) by @roaga |
| 86 | +- feat(autofix): Add Autofix status to sidebar button (#85287) by @roaga |
| 87 | +- fix(issues): Left align commit authors (#85291) by @scttcper |
| 88 | +- :sparkles: feat(aci): add support for sentry apps for issue alerts in NOA (#85218) by @iamrajjoshi |
| 89 | +- feat(crons): Implement an all checks page for crons (#85202) by @leeandher |
| 90 | +- fix(apidocs): fix typo in user feedback api (#85280) by @michellewzhang |
| 91 | +- ref(dashboards): Namespaced `Widget` components (#85238) by @gggritso |
| 92 | +- ref(uptime): Remove config_topic from UptimeRegionConfig (#85155) by @evanpurkhiser |
| 93 | +- ref(seer grouping): Add ability to ignore useless filenames (#85277) by @lobsterkatie |
| 94 | +- fix(auto_source_config): Handle when the frame is None (#85235) by @armenzg |
| 95 | +- feat(issues): Disable delete on missing permission (#85278) by @scttcper |
| 96 | +- fix(widget-builder): Visualize field overflows on long field names (#85271) by @nikkikapadia |
| 97 | +- feat(nav): Update rest of alert links to use new pathname builder (#85257) by @malwilley |
| 98 | +- fix(profiling): Prevent landing page from scrolling on context menu (#85273) by @Zylphrex |
| 99 | +- ref: remove default margin from Alert in sentry (#85128) by @michellewzhang |
| 100 | +- feat(taskworker) Add metrics for RPC durations (#85194) by @markstory |
| 101 | +- feat(nav): Update alert links from explore/insights/crons (#85254) by @malwilley |
| 102 | +- feat(nav): Update replay onboarding to use drawer (#85267) by @malwilley |
| 103 | +- ref(crons): Rename parallel field -> batched_parallel (#85261) by @evanpurkhiser |
| 104 | +- Reapply "ref(crons): Remove parallel mode (batched-parallel replaced it)" (#85262) by @evanpurkhiser |
| 105 | +- ref(widget-builder): Extract selection components (#85248) by @narsaynorath |
| 106 | +- chore(apis): Publish GroupExternalIssue endpoint (#85184) by @Christinarlong |
| 107 | +- ref: get_group_{body,title,description} to not need request (#85263) by @asottile-sentry |
| 108 | + |
| 109 | +_Plus 1429 more_ |
| 110 | + |
1 | 111 | 25.1.0
|
2 | 112 | ------
|
3 | 113 |
|
|
0 commit comments