From 2f4dc8134ae28300b001269d56f33c6485e049b1 Mon Sep 17 00:00:00 2001 From: Rahul Chhabria Date: Mon, 6 Oct 2025 22:28:12 -0700 Subject: [PATCH 1/4] Revise member invite email content Updated the member invite email template to enhance messaging and add a welcome note. --- .../templates/sentry/emails/member-invite.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/sentry/templates/sentry/emails/member-invite.txt b/src/sentry/templates/sentry/emails/member-invite.txt index f20576375e5a29..e241852eb7f281 100644 --- a/src/sentry/templates/sentry/emails/member-invite.txt +++ b/src/sentry/templates/sentry/emails/member-invite.txt @@ -1,11 +1,13 @@ -You've been invited to Sentry +Hey there, -Your teammates at {{ organization.name }} are using Sentry to track and debug software errors. +Your teammates at {{ organization.name }} are using Sentry to catch errors, crush latency issues, and keep their (and maybe your) code from catching fire. -Join your team by visiting the following url: +Looks like they need your help. You’ve been invited to join them: +[Accept your invite]({{ url }}) - {{ url }} +Heads up: this invite link is just for you. Don’t share it unless you want random strangers fixing your bugs. -Do not share this invite email or link. This invite is unique to you. Sharing may result in unauthorized access. +Oh, and don't forget to try Seer, your new AI debugging agent. It’ll automatically pinpoint root causes, suggest fixes, and even predict bugs before they land in prod. -Check out the Sentry website (https://sentry.io) if you'd like to learn more before diving in. +Welcome to the club. +- The Sentry Team From 15a4d0394291d70281ec40d131b6214539b3682d Mon Sep 17 00:00:00 2001 From: Rahul Chhabria Date: Mon, 6 Oct 2025 22:34:41 -0700 Subject: [PATCH 2/4] Revise member invite email content and layout Updated the member invite email template to enhance messaging and include new features. --- .../templates/sentry/emails/member-invite.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/sentry/templates/sentry/emails/member-invite.html b/src/sentry/templates/sentry/emails/member-invite.html index b85fd763523a1f..d38225398d8c34 100644 --- a/src/sentry/templates/sentry/emails/member-invite.html +++ b/src/sentry/templates/sentry/emails/member-invite.html @@ -4,16 +4,24 @@ {% load sentry_helpers %} {% block main %} -

You've been invited to Sentry

-

Your teammates at {{ organization.name|sanitize_periods }} are using Sentry to track and debug software errors.

+

He there,

+

Your teammates at {{ organization.name }} are using Sentry to catch errors, improve latency issues, and keep their (and maybe your) code from catching fire. 🔥

-

Join your team

+

Looks like they need your help. You've been invited to join them:

-

Check out the Sentry website if you'd like to learn more before diving in.

-
Do not share this invite email or link. This invite is unique to you. Sharing may result in unauthorized access.
+

👉 Accept your invite

+ +
Heads up: this invite link is just for you. Don't share it unless you want random strangers fixing your bugs.
+ +

Oh, and meet Seer, your new AI debugging agent. It’ll automatically pinpoint root causes, suggest fixes, and even predict bugs before they land in prod.

{% endblock %} +

+ Welcome to the club.
+ - The Sentry Team +

+ {% block footer %} Help Center From 7825f727e3a0d5d26af9d88f2b09464434f00837 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 05:35:43 +0000 Subject: [PATCH 3/4] :hammer_and_wrench: apply pre-commit fixes --- src/sentry/templates/sentry/emails/member-invite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/templates/sentry/emails/member-invite.html b/src/sentry/templates/sentry/emails/member-invite.html index d38225398d8c34..72033572e6f53c 100644 --- a/src/sentry/templates/sentry/emails/member-invite.html +++ b/src/sentry/templates/sentry/emails/member-invite.html @@ -7,7 +7,7 @@

He there,

Your teammates at {{ organization.name }} are using Sentry to catch errors, improve latency issues, and keep their (and maybe your) code from catching fire. 🔥

-

Looks like they need your help. You've been invited to join them:

+

Looks like they need your help. You've been invited to join them:

👉 Accept your invite

From 3bbc03ddba5215f848efb9f8a60941b9d1c3e605 Mon Sep 17 00:00:00 2001 From: Rahul Chhabria Date: Mon, 6 Oct 2025 22:54:29 -0700 Subject: [PATCH 4/4] formatting fixes fixed the html file so the signature would render properly and updated markdown link syntax in the text file --- src/sentry/templates/sentry/emails/member-invite.html | 4 ++-- src/sentry/templates/sentry/emails/member-invite.txt | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/sentry/templates/sentry/emails/member-invite.html b/src/sentry/templates/sentry/emails/member-invite.html index 72033572e6f53c..429ffd18c633ab 100644 --- a/src/sentry/templates/sentry/emails/member-invite.html +++ b/src/sentry/templates/sentry/emails/member-invite.html @@ -14,13 +14,13 @@
Heads up: this invite link is just for you. Don't share it unless you want random strangers fixing your bugs.
-

Oh, and meet Seer, your new AI debugging agent. It’ll automatically pinpoint root causes, suggest fixes, and even predict bugs before they land in prod.

-{% endblock %} +

Oh, and meet Seer, your new AI debugging agent. It'll automatically pinpoint root causes, suggest fixes, and even predict bugs before they land in prod.

Welcome to the club.
- The Sentry Team

+{% endblock %} {% block footer %} Help Center diff --git a/src/sentry/templates/sentry/emails/member-invite.txt b/src/sentry/templates/sentry/emails/member-invite.txt index e241852eb7f281..cd8caf9c70bff3 100644 --- a/src/sentry/templates/sentry/emails/member-invite.txt +++ b/src/sentry/templates/sentry/emails/member-invite.txt @@ -2,8 +2,9 @@ Hey there, Your teammates at {{ organization.name }} are using Sentry to catch errors, crush latency issues, and keep their (and maybe your) code from catching fire. -Looks like they need your help. You’ve been invited to join them: -[Accept your invite]({{ url }}) +Looks like they need your help. You've been invited to join them: + +{{ url }} Heads up: this invite link is just for you. Don’t share it unless you want random strangers fixing your bugs.