Configure Stack Trace Rules from Sentry API
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Problem Statement
When I create a new Sentry project using the API, I would like to be able to configure its Stack Trace Rules the same way.
Using the API to list an existing project, I can see the Stack Trace Rules configuration stored under the `groupingEnhancements` property.
I could not find a way to update it programmatically in the Sentry API documentation: https://docs.sentry.io/api/projects/
### Solution Brainstorm
_No response_
### Product Area
Projects - Project Creation
Contributor guide
Research direction
Start with the Projects API documentation and the existing project's groupingEnhancements property described in the issue. Trace the project creation and update API entry points, then define and document a request that configures Stack Trace Rules and verify that the setting is reflected when the project is retrieved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 43/100