Skip to content

Conversation

@cathteng
Copy link
Member

SentryAppFormConfigDataBlob expects setting["value"] to be a string. When data comes in from the existing Rule endpoints this may not be the case so we need to json.dump lists if they come in.

We already save json.dumped lists to the Action table.

Fixes SENTRY-5BB2

@cathteng cathteng requested a review from a team as a code owner November 27, 2025 00:44
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 27, 2025
@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #104086      +/-   ##
===========================================
+ Coverage   79.79%    80.63%   +0.83%     
===========================================
  Files        9317      9319       +2     
  Lines      397569    397873     +304     
  Branches    25389     25389              
===========================================
+ Hits       317242    320818    +3576     
+ Misses      79875     76603    -3272     
  Partials      452       452              

@cathteng cathteng requested a review from ceorourke December 1, 2025 19:34
@cathteng cathteng enabled auto-merge (squash) December 1, 2025 19:37
"label": None,
"value": [
{"id": "1dedabd2-059d-457b-ac17-df39031d4593", "type": "team"}
], # should stringify this
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Development comment left in test code

The inline comment # should stringify this at the end of line 399 is a development note that was not meant to be included in the final code. According to the PR discussion, this comment was identified by a reviewer and confirmed by the author that it "should be deleted."

Fix in Cursor Fix in Web

@cathteng cathteng merged commit 42c1955 into master Dec 1, 2025
67 checks passed
@cathteng cathteng deleted the cathy/aci/test-notif-sentry-app branch December 1, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants