Skip to content

ref(grouping): Add normalized SDK name as a tag on event_manager metrics#59572

Merged
vartec merged 15 commits into
masterfrom
vartec/re-add-sdk-tags-to-grouping
Nov 9, 2023
Merged

ref(grouping): Add normalized SDK name as a tag on event_manager metrics#59572
vartec merged 15 commits into
masterfrom
vartec/re-add-sdk-tags-to-grouping

Conversation

@vartec
Copy link
Copy Markdown
Contributor

@vartec vartec commented Nov 7, 2023

This re-applies previously reverted #59379 combining it with #59504 to normalize SDK tags reducing their cardinality.

Implements: #59053

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 7, 2023
@vartec
Copy link
Copy Markdown
Contributor Author

vartec commented Nov 7, 2023

I'll re-base once #59504 lands, making it much smaller PR

@vartec vartec requested a review from lobsterkatie November 7, 2023 22:17
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 7, 2023

Codecov Report

Merging #59572 (5c4fe5f) into master (579a829) will increase coverage by 0.00%.
Report is 4 commits behind head on master.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #59572   +/-   ##
=======================================
  Coverage   80.76%   80.76%           
=======================================
  Files        5173     5173           
  Lines      226920   226920           
  Branches    38155    38155           
=======================================
+ Hits       183268   183276    +8     
+ Misses      38097    38092    -5     
+ Partials     5555     5552    -3     

see 8 files with indirect coverage changes

@vartec vartec marked this pull request as ready for review November 8, 2023 18:38
@vartec vartec requested a review from a team as a code owner November 8, 2023 18:38
Copy link
Copy Markdown
Member

@lobsterkatie lobsterkatie left a comment

Choose a reason for hiding this comment

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

LGTM!

@vartec vartec merged commit 0c3a4c5 into master Nov 9, 2023
@vartec vartec deleted the vartec/re-add-sdk-tags-to-grouping branch November 9, 2023 00:57
@sentry
Copy link
Copy Markdown
Contributor

sentry Bot commented Nov 9, 2023

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ TypeError: expected string or bytes-like object sentry.tasks.store.save_event View Issue
  • ‼️ TypeError: expected string or bytes-like object sentry.tasks.store.save_event_highcpu View Issue

Did you find this useful? React with a 👍 or 👎

@vartec vartec added the Trigger: Revert Add to a merged PR to revert it (skips CI) label Nov 9, 2023
@getsentry-bot
Copy link
Copy Markdown
Contributor

PR reverted: b8c0b8a

getsentry-bot added a commit that referenced this pull request Nov 9, 2023
…ger metrics (#59572)"

This reverts commit 0c3a4c5.

Co-authored-by: vartec <2284726+vartec@users.noreply.github.com>
vartec pushed a commit that referenced this pull request Nov 9, 2023
…ics (#59572)

This re-applies previously reverted #59379 combining it with #59504 to
normalize SDK tags reducing their cardinality.

Implements: #59053

---------

Co-authored-by: Katie Byers <katie.byers@sentry.io>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
vartec pushed a commit that referenced this pull request Nov 9, 2023
#59736)

#59572 + fix for `TypeError`

- validated that [new
test](bb4771d)
causes `TypeError` without the fix
- validated that the fix works even without `try/except`
- added generic try/except as defense in depth 


[Diff for just the fix +
test](https://github.com/getsentry/sentry/pull/59736/files/38f868af62fb13a88993e83a2048852309c0964c..bb4771d6f1330375080d4d4526599d780b0293ae)

---------

Co-authored-by: Katie Byers <katie.byers@sentry.io>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components Trigger: Revert Add to a merged PR to revert it (skips CI)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants