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

### Core or SDK? Platform/SDK ### Which part? Which one? React User Feedback Configuration ### Description In this code example, `@sentry/react` doesn't export `Feedback` in the latest SDK. ```ts import...

Waiting for: Support
Type: Content

### Steps to Reproduce 1. Enabled `traces_sample_rate` in `ClientOptions` 2. Added tracing subscriber using ``` tracing_subscriber::registry() .with(tracing_subscriber::fmt::layer()) .with(sentry_tracing::layer()) .init(); ``` 3. Enabled tracing on rust methods through `#[tracing::instrument]` ### Expected...

Bug
Waiting for: Support
Type: Content

### Steps to Reproduce I implemented sentry using your [doc](https://docs.sentry.io/platforms/javascript/guides/electron/) I created sentry.init.main and sentry.init.renderer file, and I added code that mentioned in doc for main and renderer. After this...

Bug
Waiting for: Support
Type: Content

## DESCRIBE YOUR PR This change removes all references to the legacy `sentry-cli releases files upload-sourcemaps` command, and replaces then with references to `sentry-cli sourcemaps upload`, the new command. Resolves...

### Core or SDK? Platform/SDK ### Which part? Which one? Mobile ### Description For Mobile, we recently (re)introduces Features overviews as separate Features pages. We realized that some of the...

Type: Content

### Core or SDK? Platform/SDK ### Which part? Which one? Astro SDK ### Description I want to set up User Feedback for my Astro project. I had some issues with...

Waiting for: Support
Type: Content