sentry-docs
sentry-docs copied to clipboard
Sentry's documentation (and tools to build it)
### Core or SDK? Platform/SDK ### Which part? Which one? Javascript ### Description Per our client: "The real problem here is that BrowserClient accepts an initialScope parameter in its constructor...
Clarify which APM features the SDK turns on by default after setting up performance monitoring. Align the headings with the feature flags in the code, meaning replace instrumentation with tracing....
This PR adds the infrastructure needed to save scenario files which will automatically generate screenshot based on the sequence of commands it's given. The end result is that we can...
### Core or SDK? Platform/SDK ### Which part? Which one? JavaScript SDK ### Description https://docs.sentry.io/platforms/javascript/troubleshooting/#using-the-tunnel-option We have a tunnel option exposed in the SDK to help users deal with ad-blockers....
### Core or SDK? Platform/SDK ### Which part? Which one? Python SDK in Django ### Description We've been initializing Sentry in the settings files, which is [how Sentry recommends it][0]....
### Core or SDK? Platform/SDK ### Which part? Which one? https://docs.sentry.io/clients/javascript/usage/ ### Description See the 3 h2 titles. The ids don't match with titles so the title links are broken...
The gatsby docs use the generic JS sourcemap content (see [here](https://docs.sentry.io/platforms/javascript/guides/gatsby/sourcemaps/)). Our gatsby SDK runs the webpack plugin itself, and our docs should reflect that. For comparison, check out the...
### Core or SDK? Platform/SDK ### Which part? Which one? Spring boot ### Description https://docs.sentry.io/platforms/java/guides/spring-boot/record-user page states that you could use SentryUserProvider bean for User custimization. But there is no...
### Core or SDK? Platform/SDK ### Which part? Which one? Cocoa/Apple ### Description We have an experimental feature [`stitchAsyncCode`](Point out the experimental feature [`stitchAsyncCode`](https://github.com/getsentry/sentry-cocoa/blob/17a7a28bf01bb7c7a095bbd0cded5e6bc1dd65aa/Sources/Sentry/Public/SentryOptions.h#L144-L152) that no one knows about. ###...
### Core or SDK? Platform/SDK ### Which part? Which one? Aspnetcore ### Description In the Aspnetcore "Setting a Sampling Function" docs example script is not working, looks like key value...