Skip to content

Hierarchical grouping deprecation

No due date 100% complete

This project will move any projects using the mobile grouping configuration as defined here:

register_strategy_config(
id="mobile:2021-02-12",
base="newstyle:2019-10-29",
# XXX(markus): Low risk because fallback grouping is supposed to take care

This project will move any projects using the mobile grouping configuration as defined here:

register_strategy_config(
id="mobile:2021-02-12",
base="newstyle:2019-10-29",
# XXX(markus): Low risk because fallback grouping is supposed to take care
# of this, for the hierarchical grouping rollout. Really we should get rid
# of strategy risks entirely.
risk=RISK_LEVEL_LOW,
changelog="""
* Groups by a single frame to create fewer duplicate issues, usually
the top in-app frame.
* Provides a [breakdown of issues](https://docs.sentry.io/product/data-management-settings/event-grouping/grouping-breakdown/)
into unique call hierarchies in the _Grouping_ tab.
* Filenames in native events are no longer used because they differ
between platforms, and package (dll basename) is used as fallback for a
frame if a function name is not available.
* For mobile and native projects: Error codes on crash signals are now
ignored to unify platform differences.
* For native projects: Anonymous namespaces from different compilers now
no longer result in different issues.
""",
initial_context={
"hierarchical_grouping": True,
"discard_native_filename": True,
"use_package_fallback": True,
"native_fuzzing": True,
"detect_synthetic_exception_types": True,
},
enhancements_base="mobile:2021-04-02",
)

There are no open issues in this milestone.

Add issues to milestones to help organize your work for a particular release or project.

Create new issue

Or find and add issues with no milestone in this repo.