sentry-docs
sentry-docs copied to clipboard
Sentry's documentation (and tools to build it)
Contexts expects an object to be serialized. A String will not be accepted. https://docs.sentry.io/platforms/java/enriching-events/context/ One alternative is to declare type above and pass an instance, as done in other platforms...
### Core or SDK? Core Sentry product ### Which part? Which one? https://docs.sentry.io/product/accounts/membership/ ### Description The page layout is broken on this page such that when you resize the page,...
### Core or SDK? Platform/SDK ### Which part? Which one? Multiple ### Description Only 3 platforms (Android, Native and Wasm) have the content: https://github.com/getsentry/sentry-docs/tree/master/src/includes/upload-dif This means, that we show this,...
### Core or SDK? Platform/SDK ### Which part? Which one? src/platforms/android/common/gradle.mdx ### Description ``` // Enable auto-installation of Sentry components (sentry-android SDK and okhttp, timber and fragment integrations). // Default...
### Core or SDK? Core Sentry product ### Which part? Which one? https://docs.sentry.io/product/sentry-basics/tracing/event-detail/ ### Description There are details on `span.set_tag` and `span.set_data`. I expect details on `span.op` and `span.description`. ###...
### Core or SDK? Platform/SDK ### Which part? Which one? https://docs.sentry.io/platforms/react-native/performance/ ### Description The transaction.status defaults to `unknown` and it means there were no problems. There are no details in...
### Core or SDK? Core Sentry product ### Which part? Which one? /enriching-events/tags/ ### Description Some tags are captured by the SDK automatically and some are set explicitly (e.g. with...
### Steps to Reproduce 1. Add an option to the main config/options page 2. Set the `supported` flag to `['javascript']` 3. Build the docs 4. Go to the RN version...
### Core or SDK? Platform/SDK ### Which part? Which one? Android/Java ### Description Documentation is missing for this option, related PR: https://github.com/getsentry/sentry-java/pull/1698 ### Suggested Solution Do it under https://docs.sentry.io/platforms/android/configuration/options/#tracing-options probably,...
### Core or SDK? Platform/SDK ### Which part? Which one? Node.js, Native, Python ### Description The right sidebar isn't rendering for some frameworks under Node.js, Native, and Python. Under Node.js...