-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(integrations): analytics for links in notify when disabled integrations #54640
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #54640 +/- ##
==========================================
+ Coverage 78.08% 79.74% +1.66%
==========================================
Files 4995 4996 +1
Lines 212164 212254 +90
Branches 36163 36181 +18
==========================================
+ Hits 165669 169267 +3598
+ Misses 41229 37777 -3452
+ Partials 5266 5210 -56
|
@@ -51,15 +51,21 @@ def notify_disable( | |||
integration_slug if "sentry-app" in redis_key and integration_slug else integration_name, | |||
) | |||
|
|||
referrrer = ( |
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.
lol this has one too many r's
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.
Looks good except for the lil typo
No description provided.