sentry-docs
sentry-docs copied to clipboard
Sentry's documentation (and tools to build it)
### Steps to Reproduce 1. Create a normal code block on a docs page, for example: ```python def hello_world(): print("hello_world") hello_world() print("done") ``` 2. Create a diff code block on...
> @mydea thanks for updating this documentation it was pretty confusing before. However, it is still out of date in the v7 -> v8 migration guide as well: https://docs.sentry.io/platforms/javascript/guides/node/migration/v7-to-v8/v8-opentelemetry/ ```js...
Sentry Issue: [DOCS-7T9](https://sentry.sentry.io/issues/5505092935/?referrer=github_integration) ⨯ Page changed from static to dynamic at runtime /platforms/dotnet/guides/aspnetcore/usage/distributed-tracing/dealing-with-cors-issues, reason: no-store fetch https://raw.githubusercontent.com/getsentry/sentry-api-schema/78a8da372a1912d69e27b7f36603017cd29b6815/openapi-derefed.json /platforms/dotnet/guides/aspnetcore/usage/distributed-tracing/dealing-with-cors-issues see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error ``` Error: Page changed from static to dynamic...
### Steps to Reproduce 1. Visit https://docs.sentry.io/platforms/android/configuration/options/ 2. Click the anchor link for `httpProxy` once 3. page jumps to correct location, but URL bar does not update to show correct...
## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* ## IS YOUR CHANGE URGENT? Help...
### Core or SDK? Platform/SDK ### Which part? Which one? Python ### Description Our migration guide is missing instructions for how to migrate code like the following to our new...
This PR demonstrates inconsistent padding between normal and diff code blocks. [Link to relevant page](https://sentry-docs-git-szokeasaurusrex-code-block-padding-demo.sentry.dev/product/code-block-example/) in preview, and screenshot of the problem below:  **Do not merge!**
Reviewing this page I realized sentry warned me repeatedly about Sampling. The docs don't actually tell me why. Just have a blue info panel and a paragraph as part of...
### Problem Statement Platform redirect page ([example for sampling](https://docs.sentry.io/platform-redirect/?next=/configuration/sampling/)) shows generic text at top: > ## Platform Specific Content > ...list of SDK-specific links If I land on this page,...