-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
Hi! I’m trying to build a custom dashboard to understand Throughput per second, grouped by endpoint.
I’m using the eps() or epm() f…
-
As reported by @laurit, `Span#setStatus` [implementation](https://github.com/open-telemetry/opentelemetry-java/blob/8194c10b785b7f8d232b4bce0b5f70c91669201a/sdk/trace/src/main/java/io/opentelemetry/sd…
-
will work for a couple requests then return {"code":503,"message":"Unknown error while getting posts. Please try again"}
-
https://github.com/Sage35/Products/blob/be4a4a1849ca5a16d11400626bde68064f2f1d87/index.js#L43
Great job handling errors gracefully and giving fairly descriptive error messages to the clients. Take …
-
Hi all -
I've been getting status codes as below -- 404 and 500. Followed the setup precisely and cannot get past this.
As Wix no longer supports the 'crypto' library I tried moving it to cr…
-
At the moment MockIt supports
```
export const StatusCodes = {
OK: "200",
CREATED: "201",
NO_CONTENT: "204",
BAD_REQUEST: "400",
FORBIDDEN: "401",
INTERNAL_SERVER_ERROR: "500"
…
-
Appledoc should expand the exit status codes to better inform users of error states.
If only warnings are produced, the exit status is 1.
If an error is encountered, the exit status is 1.
-
Followup to https://github.com/getsentry/sentry-javascript/pull/11169
In the logic where we set a span status based on `HTTP_STATUS_CODE` or `RPC_GRPC_STATUS` code, there are two inconsistencies wi…
-
There seems to be some sites that return status codes as floats e.g. `http://www.lowiqcanadian.com/id2.html`.
When running `curl --head http://www.lowiqcanadian.com/id2.html` we see that the status…
-
There are several scenarios where LogManager returns `STATUS_SUCCESS` without actually checking:
- Flush
- Upload
- PauseTransmission
- ResumeTransmisison
- etc
Need to see where it is practic…