sentry-docs
sentry-docs copied to clipboard
Sentry's documentation (and tools to build it)
### Core or SDK? Platform/SDK ### Which part? Which one? @sentry/angular-ivy ### Description Since Angular 16 (I belive), entire Angular applications can created without declaring a single `NgModule`, by [only...
### Core or SDK? Platform/SDK ### Which part? Which one? all sdk's that have OTEL integration ### Problem I explain Sentry's approach with Span Processors on calls, I show the...
https://docs.sentry.io/platforms/javascript/usage/distributed-tracing/ is missing some details, mainly a Custom Instrumentation page for Distributed Tracing. See https://docs.sentry.io/platforms/python/usage/distributed-tracing/custom-instrumentation/ as an example. Make sure to document the usage of: - [ ] `Sentry::getBaggage()` -...
### Core or SDK? Platform/SDK ### Which part? Which one? Vue SDK ### Description https://docs.sentry.io/platforms/javascript/guides/vue/configuration/integrations/modulemetadata/ "I have a micro front-end architecture. We don't use module federation. We have a custom...
### Core or SDK? Platform/SDK ### Which part? Which one? @sentry/google-cloud-serverless ### Description There is a note that firebase cloud functions are currently not supported but no further guidance on...
## DESCRIBE YOUR PR - Fixes #10583 - Fixes #10468 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go...
## DESCRIBE YOUR PR Bringing the Python integrations page a bit closer to [Node's](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/) with more examples, config options, etc. * add examples for different integrations-related config options to the...
### Goal We are working on exposing the 'discarded' outcome on the stats page, as detailed in [PR #73810](https://github.com/getsentry/sentry/pull/73810). Additionally, the UI will display the reasons why a transaction or...
We should _really_ fix the search in the docs... :sweat_smile: e.g. being in the node docs and searching for `startNewTrace` it only shows the result in the electron docs? that...