Skip to content

Make hierarchical exception grouping opt-in#2858

Merged
denrase merged 7 commits into
mainfrom
feat/error-group-opt-in
Apr 15, 2025
Merged

Make hierarchical exception grouping opt-in#2858
denrase merged 7 commits into
mainfrom
feat/error-group-opt-in

Conversation

@denrase

@denrase denrase commented Apr 14, 2025

Copy link
Copy Markdown
Collaborator

📜 Description

Make hierarchical exception grouping opt-in

💡 Motivation and Context

Relates to #2857

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPii is enabled
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

@github-actions

github-actions Bot commented Apr 14, 2025

Copy link
Copy Markdown
Contributor
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 6ff7837

@codecov

codecov Bot commented Apr 14, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.68%. Comparing base (16bcfb8) to head (6ff7837).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2858      +/-   ##
==========================================
- Coverage   87.70%   87.68%   -0.02%     
==========================================
  Files         272      272              
  Lines        9026     9031       +5     
==========================================
+ Hits         7916     7919       +3     
- Misses       1110     1112       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@denrase
denrase marked this pull request as ready for review April 14, 2025 13:35
@github-actions

github-actions Bot commented Apr 14, 2025

Copy link
Copy Markdown
Contributor

iOS Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1256.18 ms 1262.19 ms 6.01 ms
Size 8.43 MiB 10.01 MiB 1.58 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
6daa837 1250.42 ms 1265.60 ms 15.18 ms
8776cdf 1237.64 ms 1246.83 ms 9.20 ms
c689845 1249.12 ms 1264.79 ms 15.66 ms
7d5e695 1230.20 ms 1265.40 ms 35.20 ms
7954fb3 1247.20 ms 1272.15 ms 24.94 ms
03e4c9b 1241.96 ms 1247.00 ms 5.04 ms
31b2afb 1244.90 ms 1261.37 ms 16.47 ms
7359546 1252.02 ms 1271.55 ms 19.53 ms
294b7f0 1243.55 ms 1258.53 ms 14.98 ms
cdf7172 1264.43 ms 1291.39 ms 26.96 ms

App size

Revision Plain With Sentry Diff
6daa837 8.33 MiB 9.40 MiB 1.07 MiB
8776cdf 8.33 MiB 9.40 MiB 1.07 MiB
c689845 8.42 MiB 9.86 MiB 1.44 MiB
7d5e695 8.38 MiB 9.74 MiB 1.36 MiB
7954fb3 8.38 MiB 9.75 MiB 1.37 MiB
03e4c9b 8.34 MiB 9.67 MiB 1.33 MiB
31b2afb 8.33 MiB 9.40 MiB 1.07 MiB
7359546 8.42 MiB 9.83 MiB 1.40 MiB
294b7f0 8.32 MiB 9.38 MiB 1.06 MiB
cdf7172 8.16 MiB 9.16 MiB 1.01 MiB

@buenaflor buenaflor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

let's merge it now, if later on it's possible from backend side to fix grouping then we can remove the opt-in

@denrase
denrase merged commit 886a258 into main Apr 15, 2025
@denrase
denrase deleted the feat/error-group-opt-in branch April 15, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants