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

### SDK Apple SDK ### Description We have docs for the "old" `captureUserFeedback` API: * https://docs.sentry.io/platforms/apple/guides/ios/user-feedback/ But now we have the new `captureFeedback` API available: * https://github.com/getsentry/sentry-cocoa/issues/4187 We also have...

SDKs

### SDK JavaScript SDK ### Description The [Cloudflare Remix framework docs](https://docs.sentry.io/platforms/javascript/guides/cloudflare/frameworks/remix/) suggest to use the Sentry wizard to implement the necessary code. The wizard will add an import to `@sentry/remix`...

javascript
SDKs

### SDK Ruby SDK ### Description Firstly, I already wrote a lot about my confusion about the Ruby SDK over at https://github.com/getsentry/sentry-ruby/issues/2453. I'm coming back to this, filing the docs...

SDKs

### SDK All SDKs ### Description The documentation should mention that the key "function" is not allowed when setting a tag. It is not visible in the Sentry backend anyway....

SDKs

### Description From [slack](https://sentry.slack.com/archives/C07GR2V2CH4/p1733175800498749?thread_ts=1733175705.162539&cid=C07GR2V2CH4): > Look into whether we need platform-specific code snippets, mostly for react. For all other browser JS platforms we expect users to use launchdarkly-js-client-sdk and @openfeature/web-sdk,...

SDKs

### Which part? Which one? https://docs.sentry.io/product/insights/backend/queries/ ### Description We should call out which SDKs support SQL vs NoSQL (mainly MongoDB) on https://docs.sentry.io/product/insights/backend/queries/#recommended-sdk-versions ### Suggested Solution n/a

Product

### Problem Statement Currently, the root page for the SDKs is a quick start guide. For example, the default page for JavaScript is the JavaScript quick start guide https://docs.sentry.io/platforms/javascript/. (I...

javascript
Improvement
SDKs

### Which part? Which one? API Docs ### Description https://docs.sentry.io/api/organizations/list-an-organizations-projects/ this API accepts ?query=searchterm, allowing you search the organization's projects by name. It's used in Cmd-K, but not documented Other...

Product

### SDK JavaScript SDK ### Description https://docs.sentry.io/platforms/javascript/guides/cloudflare/ For some time we use [Toucan JS](https://github.com/robertcepa/toucan-js), an unofficial Sentry SDK for Cloudflare. Now I found this page and I miss clarification: -...

javascript
SDKs

### Which part? Which one? Self-Hosted Backup & Restore ### Description https://develop.sentry.dev/self-hosted/backup/#basic-usage ```shell # If using self-hosted version >= 24.1.0: ./scripts/backup.sh [user | organization | config | global] ``` ###...

Product