Daniel Khan
Daniel Khan
### Problem Statement Our backend returns an HTTP error 429 when some rate limit/quota of our [public API](https://docs.sentry.io/api/) is reached. There is no more information about the reason. ### Solution...
I'm running into the problem described here: https://gedgei.wordpress.com/2015/08/07/using-recaptcha-in-single-page-applications/ Basically I am navigating to different pages containing the widget and I#d need the widget id when calling `getResponse()`. Is there a...
This PR - adds a new --es6 flag to enable ES6 (ES2015) syntax - replaces `const` with `var` if --es6 is set - adds string templates if --es6 is set...
Spans represent different canonical types of operations. Examples are - Local operations like method invocations - HTTP requests (inbound and outbound) - Database requests - Generic RPC requests like GRPC...
As discussed in https://docs.google.com/document/d/1Gr9QD6kt3_DcxRJSFpuoqWWMAJMRqCGd1kPcroNUyh8/edit?pli=1#heading=h.q99n7jrc8dcc, we want to add general text protocols to the spec. FYI @plehegar @mtwo @SergeyKanzhelev
See https://lists.w3.org/Archives/Public/public-trace-context/2020Feb/0004.html This spec is intended for vendors who operate distributed tracing systems (or operate distributed systems and want to use or connect to distributed tracing systems) and this protocol...
See https://lists.w3.org/Archives/Public/public-trace-context/2020Feb/0004.html A few sections of the document are marked as non-normative, but then their subsections include many direct normative requirements. The Problem Statement and Solution sections (which read to...
see https://lists.w3.org/Archives/Public/public-trace-context/2020Feb/0004.html what information may be revealed in these standardized identifier headers and who will have access to that information? Risks of tracking across origins/systems and information disclosure are noted...
### Problem Statement In https://github.com/getsentry/sentry-python/issues/988#issuecomment-1213193862 a user provides a screenshot with a "Missing instrumentation" notice that is likely related to a problem with our boto3 instrumentation. The line that fires...
# Problem The CLI is rarely used standalone. In most cases, it is executed via intermediates like the [Sentry Webpack plugin](https://github.com/getsentry/sentry-webpack-plugin). When the CLI is installed via npm, it will...