Skip to content

Commit 75641c2

Browse files
rahulchhabriagetsantry[bot]cvxluo
authored
chore(emails): update member invite copy (#101056)
<!-- Describe your PR here. --> <!-- Sentry employees and contractors can delete or ignore the following. --> ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com> Co-authored-by: Charlie Luo <[email protected]>
1 parent 95433e1 commit 75641c2

File tree

3 files changed

+31
-17
lines changed

3 files changed

+31
-17
lines changed

fixtures/emails/invitation.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
You've been invited to Sentry
1+
Hey there,
22

3-
Your teammates at Example are using Sentry to track and debug software errors.
3+
Your teammates at Example are using Sentry to catch errors, crush latency issues, and keep their (and maybe your) code from catching fire.
44

5-
Join your team by visiting the following url:
5+
Looks like they need your help. You've been invited to join them:
66

7-
http://testserver/accept/1/None/
7+
http://testserver/accept/1/None/
88

9-
Do not share this invite email or link. This invite is unique to you. Sharing may result in unauthorized access.
9+
Heads up: this invite link is just for you. Don't share it unless you want random strangers fixing your bugs.
1010

11-
Check out the Sentry website (https://sentry.io) if you'd like to learn more before diving in.
11+
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.
12+
13+
Welcome to the club.
14+
- The Sentry Team

src/sentry/templates/sentry/emails/member-invite.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@
44
{% load sentry_helpers %}
55

66
{% block main %}
7-
<h3>You've been invited to Sentry</h3>
8-
<p>Your teammates at <strong>{{ organization.name|sanitize_periods }}</strong> are using Sentry to track and debug software errors.</p>
7+
<p>Hey there,</p>
8+
<p>Your teammates at <strong>{{ organization.name }}</strong> are using Sentry to catch errors, improve latency issues, and keep their (and maybe your) code from catching fire. 🔥</p>
99

10-
<p><a href="{{ url }}" class="btn">Join your team</a></p>
10+
<p>Looks like they need your help. You've been invited to join them:</p>
1111

12-
<p>Check out the <a href="https://sentry.io/">Sentry website</a> if you'd like to learn more before diving in.</p>
1312

14-
<div class="notice">Do <strong>not</strong> share this invite email or link. This invite is unique to you. Sharing may result in unauthorized access.</div>
13+
<p>👉 <a href="{{ url }}" class="btn">Accept your invite</a></p>
14+
15+
<div class="notice">Heads up: this invite link is just for you. Don't share it unless you want random strangers fixing your bugs.</div>
16+
17+
<p>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.</p>
18+
19+
<p>
20+
Welcome to the club.<br>
21+
- The Sentry Team
22+
</p>
1523
{% endblock %}
1624

1725
{% block footer %}
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
You've been invited to Sentry
1+
Hey there,
22

3-
Your teammates at {{ organization.name }} are using Sentry to track and debug software errors.
3+
Your teammates at {{ organization.name }} are using Sentry to catch errors, crush latency issues, and keep their (and maybe your) code from catching fire.
44

5-
Join your team by visiting the following url:
5+
Looks like they need your help. You've been invited to join them:
66

7-
{{ url }}
7+
{{ url }}
88

9-
Do not share this invite email or link. This invite is unique to you. Sharing may result in unauthorized access.
9+
Heads up: this invite link is just for you. Don't share it unless you want random strangers fixing your bugs.
1010

11-
Check out the Sentry website (https://sentry.io) if you'd like to learn more before diving in.
11+
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.
12+
13+
Welcome to the club.
14+
- The Sentry Team

0 commit comments

Comments
 (0)