-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Create "How to write – Quick Start" page #12945
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 201 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
|
||
A single, critical page. | ||
|
||
**[How to Write - Getting Started](/contributing/approach/write-getting-started)** | ||
For new SDKs and updated guides, use: | ||
**[How to Write - Quick Start](/contributing/approach/write-quick-start)** |
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.
**[How to Write - Quick Start](/contributing/approach/write-quick-start)** | |
**[How to Write - Quick Start](/contributing/approach/sdk-docs/write-quick-start/)** |
sidebar_order: 25 | ||
--- | ||
|
||
We're transitioning from [Getting Started guides](/contributing/approach/sdk-docs/write-getting-started/) to Quick Start Guides. New SDKs should use the Quick Start guide format outlined on this page. This change is still in progress, so you may still encounter "Getting Started" guides in existing SDKs. |
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're transitioning from [Getting Started guides](/contributing/approach/sdk-docs/write-getting-started/) to Quick Start Guides. New SDKs should use the Quick Start guide format outlined on this page. This change is still in progress, so you may still encounter "Getting Started" guides in existing SDKs. | |
We're transitioning from [Getting Started guides](/contributing/approach/sdk-docs/write-getting-started/) to Quick Start Guides. New SDKs should use the Quick Start guide format outlined on this page. This change is still in progress, so you may still encounter Getting Started guides for existing SDKs. |
We're transitioning from [Getting Started guides](/contributing/approach/sdk-docs/write-getting-started/) to Quick Start Guides. New SDKs should use the Quick Start guide format outlined on this page. This change is still in progress, so you may still encounter "Getting Started" guides in existing SDKs. | ||
|
||
<Alert type="info" title="Note"> | ||
For existing Getting Started guides, refer to [How to Write - Getting |
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.
For existing Getting Started guides, refer to [How to Write - Getting | |
If you want to update an existing Getting Started Guide without refactoring it into a Quick Start guide, see [How to Write - Getting |
|
||
<Alert type="info" title="Note"> | ||
For existing Getting Started guides, refer to [How to Write - Getting | ||
Started](/contributing/approach/sdk-docs/write-getting-started/). For example, |
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.
Started](/contributing/approach/sdk-docs/write-getting-started/). For example, | |
Started](/contributing/approach/sdk-docs/write-getting-started/). |
<Alert type="info" title="Note"> | ||
For existing Getting Started guides, refer to [How to Write - Getting | ||
Started](/contributing/approach/sdk-docs/write-getting-started/). For example, | ||
when you want to update a guide without changing it into a Quick Start guide. |
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.
when you want to update a guide without changing it into a Quick Start guide. |
Started](/contributing/approach/sdk-docs/write-getting-started/). For example, | ||
when you want to update a guide without changing it into a Quick Start guide. | ||
If you're unsure what kind of guide you're looking at, ask a question by | ||
opening an issue in GitHub. |
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.
opening an issue in GitHub. | |
[opening an issue in GitHub](https://github.com/getsentry/sentry-docs/issues/new/choose). |
</Alert> | ||
|
||
<Expandable type="info" title="Why the change?"> | ||
This change stems from our commitment to following best practices in documentation and making it easier for everyone to create and use our guides. |
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.
This change stems from our commitment to following best practices in documentation and making it easier for everyone to create and use our guides. | |
This change stems from our commitment to following best practices and making our docs as accessible as possible. |
<Expandable type="info" title="Why the change?"> | ||
This change stems from our commitment to following best practices in documentation and making it easier for everyone to create and use our guides. | ||
|
||
With the new Quick Start guides, we want to provide a more structured and focused approach, helping writers create valuable content with confidence, ultimately assisting customers in reaching their goals with Sentry. |
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.
With the new Quick Start guides, we want to provide a more structured and focused approach, helping writers create valuable content with confidence, ultimately assisting customers in reaching their goals with Sentry. | |
With the new Quick Start guides, we want to provide a more structured and focused approach, helping writers create valuable content with confidence, ultimately assisting users in reaching their goals with Sentry. |
| | Quick Start | Getting Started | | ||
| -------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | | ||
| **Focus** | Goal-oriented, immediate action, minimal steps | Learning-oriented, broader concepts, background information | | ||
| **Content** | Describes critical steps and doesn't explain much about how and why | More explanatory and provides background information | |
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.
| **Content** | Describes critical steps and doesn't explain much about how and why | More explanatory and provides background information | | |
| **Content** | Highlights critical steps with less focus on the how and why | More explanatory and provides background information | |
|
||
Our Quick Start guides aim to: | ||
|
||
- Enable developer to quickly set up Sentry with features such as Error Monitoring, Tracing, and Session Replay |
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.
- Enable developer to quickly set up Sentry with features such as Error Monitoring, Tracing, and Session Replay | |
- Enable developers to quickly onboard Sentry with features such as Error Monitoring, Tracing, and Session Replay |
- Enable developer to quickly set up Sentry with features such as Error Monitoring, Tracing, and Session Replay | ||
- Keep instructions concise by avoiding unnecessary explanations or background information | ||
- Focus on action by including code examples and commands | ||
- Achieve a functional Sentry setup with visible results in a customer's Sentry project |
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.
- Achieve a functional Sentry setup with visible results in a customer's Sentry project | |
- Achieve a functional Sentry setup with visible results in a user's Sentry project |
- Achieve a functional Sentry setup with visible results in a customer's Sentry project | ||
- Serve as the basis for further customization | ||
|
||
## config.yml |
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.
This transition feels a little abrupt, how about giving a little context to what this file is and why we are setting it up? For example something like:
Structuring the config.yml File
The config.yml file provides SDK-level details such as the support level and device categories . . . This file resides in the . . .
DESCRIBE YOUR PR
Relevant issues:
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
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.
EXTRA RESOURCES