sentry-docs
sentry-docs copied to clipboard
Sentry's documentation (and tools to build it)
### 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...
### 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...
### 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...
## 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...
### 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...