getsentry / getsentry/sentry

[Project Settings - Issue Grouping View] Show Additional Functionality In Examples

Open
#36,859 6 comments 0 reactions 1 assignee Claimed by @lobsterkatie View on GitHub
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
1d 5h
Merged PRs (30d)
624

Description

### Problem Statement

Reporting on behalf of a customer (ticket #67931)

---

I have a suggestion for your documentation on the Issue Grouping view:
Currently, there's 3 examples for the syntax of "stack.function" which I'm not sure a lot of people will utilize (at least not in JavaScript projects)

### Solution Brainstorm

I think simply changing that copy to show the syntax for the following 4 things (which are currently missing) could help your users:

1. An example using error.value
2. An example using quotes [and glob matching]. E,g, error.value:"Network error: *"
3. An example combining multiple matchers. E.g. error.type:GraphQLError error.value:"Request aborted" -> network-error
4. An example showing multiple matchers can fingerprint the same group (rows 2 and 3 in the image below)

![a screenshot showing real examples of the above rule configurations](https://user-images.githubusercontent.com/76002357/180029853-397d024f-d432-470f-8e70-80f4ad527be7.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.