Skip to content

Commit 1243bc3

Browse files
priscilawebdevandrewshie-sentry
authored andcommitted
ref(quick-start): Update comments in onboarding tasks model (#83496)
1 parent c555f92 commit 1243bc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/sentry/models/organizationonboardingtask.py

-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ class OnboardingTaskStatus:
4848
# FIRST_EVENT: { 'platform': 'flask', }
4949
# INVITE_MEMBER: { 'invited_member': user.id, 'teams': [team.id] }
5050
# ISSUE_TRACKER: { 'plugin': 'plugin_name' }
51-
# ISSUE_ASSIGNMENT: { 'assigned_member': user.id }
5251
# SECOND_PLATFORM: { 'platform': 'javascript' }
5352
#
5453
# NOTE: Currently the `PENDING` status is applicable for the following
5554
# onboarding tasks:
5655
#
5756
# FIRST_EVENT: User confirms that sdk has been installed
5857
# INVITE_MEMBER: Until the member has successfully joined org
59-
# SECOND_PLATFORM: User confirms that sdk has been installed
6058
# ISSUE_TRACKER: Tracker added, issue not yet created
6159

6260

0 commit comments

Comments
 (0)