Skip to content

Commit 018d5c2

Browse files
authored
move account setup content from sentry basics to acct mgmt (#4147)
* moved set up account to acct mgmt section * changed sidebar order of acct mgmt pages * fixed redirect
1 parent 8403401 commit 018d5c2

25 files changed

+12
-11
lines changed

src/docs/product/sentry-basics/guides/getting-started/index.mdx renamed to src/docs/product/accounts/getting-started/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Set Up Your Sentry Account
33
sidebar_order: 0
44
redirect_from:
55
- /guides/getting-started/
6+
- /product/sentry-basics/guides/getting-started/
67
description: "Learn how to set up a Sentry organization account so you can start fixing errors right away."
78
---
89

@@ -26,14 +27,14 @@ Sentry also supports a subset of the specification for System for Cross-Domain I
2627

2728
Now that SSO is configured and members have created their accounts, add them to their Sentry Teams. Teams are associated with your [Sentry projects](#4-create-projects), and their members receive issue notifications in addition to becoming issue owners. We recommend creating Sentry teams that align with your internal team structure (for example, _#Frontend_, _#Ops_, _#SDK_, and so on). To add a new team, go to **Settings > Teams** and click "Create Team".
2829

29-
![Create New Team](03.png)
30+
![Create New Team](team-settings.png)
3031

3132
Click on a team name to open the team settings and manage its associated members and projects.
3233
Under the "Members" tab, add existing members to your team by clicking on "Add Member > [Member Name]".
3334

3435
You can also invite multiple new (external) members to join your organization and team by clicking on "Add Member > Invite Member".
3536

36-
![Invite Members](05.png)
37+
![Invite Members](invite-members.png)
3738

3839
Learn more about different user roles in [Organization Management](/product/accounts/membership/).
3940

@@ -74,7 +75,7 @@ If you're using a different SCM provider or don't want Sentry to connect to your
7475

7576
### Issue Tracking {#33-issue-tracking}
7677

77-
Enabling an integration with your issue tracking solution allows you to create a new issue from within the **Issue Details** page in [sentry.io](https://sentry.io), or link to an existing one. GitHub, GitLab, and Bitbucket issues are associated with their respective SCM integrations. Sentry also integrates with [Azure DevOps](/product/integrations/source-code-mgmt/azure-devops/), [Clubhouse](/product/integrations/project-mgmt/clubhouse/), [Jira](/product/integrations/project-mgmt/jira/), and others.
78+
Enabling an integration with your issue tracking solution allows you to create a new issue from within the **Issue Details** page in [sentry.io](https://sentry.io), or link to an existing one. GitHub, GitLab, and Bitbucket issues are associated with their respective SCM integrations. Sentry also integrates with [Azure DevOps](/product/integrations/source-code-mgmt/azure-devops/), [Clubhouse](/product/integrations/project-mgmt/clubhouse/), [Jira](/product/integrations/project-mgmt/jira/), and others.
7879

7980
For a list of all supported integrations, check out out our [full Integrations documentation](/product/integrations/).
8081

0 commit comments

Comments
 (0)