-
-
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
feat(sentryapps)-email-on-disable #54348
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #54348 +/- ##
==========================================
- Coverage 79.66% 79.65% -0.01%
==========================================
Files 4985 4989 +4
Lines 211352 211498 +146
Branches 36026 36048 +22
==========================================
+ Hits 168373 168477 +104
- Misses 37800 37839 +39
- Partials 5179 5182 +3
|
src/sentry/templates/sentry/integrations/sentry-app-notify-disable.html
Outdated
Show resolved
Hide resolved
<p> | ||
Hi there, | ||
</p><p> | ||
We’ve received multiple <a href={{integration_link}}dashboard/>request errors</a> from your webhook: <a href={{webhook_url}}>{{webhook_url}}</a> for the custom {{ integration_name }} integration, and have unsubscribed the webhook from receiving events. |
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.
We might want to add a referrer to the URL for analytics and as this is set up, it'll be http://dev.getsentry.net:8000/settings/sentry/developer-settings/internal-35e455/?referrer=notify_disable_emaildashboard/ (missing the /
). We could add the slash to the referrer query string but that seems odd, probably better to pass the dashboard URL to context.
Implementing email notification when sentry app is detected to be broken and disabled. Part of [Notify on Disabled Integration project](https://www.notion.so/sentry/Tech-Spec-Notify-on-Disabled-Integration-Spec-e7ea0f86ccd6419cb3e564067cf4a2ef?pvs=4) Disabling and notifying implemented under feature flag "disable-sentryapps-on-broken". <img width="775" alt="Screenshot 2023-08-07 at 4 48 19 PM" src="https://github.com/getsentry/sentry/assets/56209417/e5edd998-7130-4c53-913b-ec9bb1e342bb">
Implementing email notification when sentry app is detected to be broken and disabled.
Part of Notify on Disabled Integration project
Disabling and notifying implemented under feature flag "disable-sentryapps-on-broken".