sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

Sentry's documentation (and tools to build it)

Results 524 sentry-docs issues
Sort by recently updated
recently updated
newest added

## DESCRIBE YOUR PR Add documentation to inform users that custom `Hub` usage (i.e. `with my_hub` statements) should be replaced with the `sentry_sdk.use_isolation_scope` context manager. Depends on #10506. Resolves #10499...

### Steps to Reproduce - Start local dev server according to instructions - Navigate to any /platforms route - Refresh ### Expected Result Should refresh without hydration errors. ### Actual...

Bug
Type: Platform

## DESCRIBE YOUR PR Implement wording improvements which @lizokm suggested when reviewing #10275, but which were out of scope for that PR. ## IS YOUR CHANGE URGENT? Help us prioritize...

WIP

### Problem Statement Currently, we can use `onboardingOptions` to show/hide certain lines of code in a code snippet, but there's no way to change indentation of other lines. This leads...

Type: Platform
Improvement

### Core or SDK? Platform/SDK ### Which part? Which one? @sentry/electron 5.1.0 Offline Support ### Description ``` /* The maximum number of days to keep an event in the queue....

Waiting for: Support
Type: Content

## DESCRIBE YOUR PR In the specific use case decribed [here]() when people are using `WebApplicationBuilder` but need/want to control when the `EndpointRoutingMiddleware` is added, they need to manually call...

### Core or SDK? Platform/SDK ### Which part? Which one? platforms/apple/guides/ios/ ### Description https://docs.sentry.io/platforms/apple/guides/ios/#install install section, below text here. ``` This will patch your project and configure the SDK. You'll...

Waiting for: Support
Type: Content

## DESCRIBE YOUR PR - Fix for #3213 - Fix references to context function name - Remove deprecated additional info section ## IS YOUR CHANGE URGENT? Help us prioritize incoming...

## Issue This an issue with: Platform/SDK documentation for Elixir, specifically the [Add Context](https://docs.sentry.io/platforms/elixir/enriching-events/context/) section. ## Description - The documentation mentions in the [Structured Content section](https://docs.sentry.io/platforms/elixir/enriching-events/context/#structured-context) to use the [`set_context`](https://github.com/getsentry/sentry-elixir/blob/94b37b5217f22097e264a41fe7b9a202cc32b716/lib/sentry/context.ex#L261)...

help wanted
Platform: Elixir
Team: Web Backend SDKs
Type: Content

## DESCRIBE YOUR PR Changed 'endpoint' to 'function_name' within documentation. Found under 'how to name transactions showing in Sentry Tracing'. Resolves a ValueError when configuring Sentry for Django: `ValueError: Invalid...