Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

inventarSarah
Copy link
Collaborator

DESCRIBE YOUR PR

  • created a new page How to write -- Quick Start
    • informs about the motivation behind the change & differences between a quick start and a getting started guide
    • guides writing QS guides for manual setup and wizard setup
    • reuses some content from the current "How to write -- Getting Started" page
  • updated the "How to write -- Getting Started" page and "SDK Documentation Structure" page
    • helps writers use the right guide for their use case

Relevant issues:

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

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

Copy link

vercel bot commented Mar 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2025 4:08pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
changelog ⬜️ Ignored (Inspect) Visit Preview Mar 6, 2025 4:08pm
develop-docs ⬜️ Ignored (Inspect) Mar 6, 2025 4:08pm

Copy link

codecov bot commented Mar 6, 2025

Bundle Report

Changes will increase total bundle size by 201 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 10.55MB 207 bytes (0.0%) ⬆️
sentry-docs-client-array-push 9.39MB -6 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.57MB -0.0%
../instrumentation.js -3 bytes 904.32kB -0.0%
9523.js -3 bytes 880.37kB -0.0%
../app/[[...path]]/page.js.nft.json 72 bytes 383.97kB 0.02%
../app/platform-redirect/page.js.nft.json 72 bytes 383.89kB 0.02%
../app/sitemap.xml/route.js.nft.json 72 bytes 381.86kB 0.02%
view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 868.18kB -0.0%
static/chunks/3319-*.js -3 bytes 393.41kB -0.0%
server/middleware-*.js -5.55kB 1.0kB -84.74%
server/middleware-*.js 5.55kB 6.55kB 555.3% ⚠️
static/6XZjyDeAVu8oYUK3omdtO/_buildManifest.js (New) 578 bytes 578 bytes 100.0% 🚀
static/6XZjyDeAVu8oYUK3omdtO/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/f5OHjWZu3Uprz6EayvICC/_buildManifest.js (Deleted) -578 bytes 0 bytes -100.0% 🗑️
static/f5OHjWZu3Uprz6EayvICC/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️


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)**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**[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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested 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.
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| **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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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
Copy link
Contributor

@coolguyzone coolguyzone Mar 6, 2025

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 . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants