-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 chore: remove redundant slack logging & metrics #82744
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #82744 +/- ##
==========================================
+ Coverage 87.49% 87.50% +0.01%
==========================================
Files 9410 9410
Lines 536849 536816 -33
Branches 21049 21049
==========================================
+ Hits 469704 469731 +27
+ Misses 66776 66716 -60
Partials 369 369 |
ed76963
to
3eb0398
Compare
thread_ts=parent_notification.message_identifier, | ||
text=notification_to_send, | ||
blocks=json_blocks, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diff is weird here, but basically we don't catch the SlackAPI in this function, rather the callee function above.
client=slack_client, | ||
) | ||
except Exception as err: | ||
if isinstance(err, SlackApiError): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
taking care of the lifecycle here instead
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
we have completed the audit of our integration slos, so going back and cleaning up redundant logging and metrics.
we should also monitor our DD monitors to see if they need updating.