Wendy Smoak
Wendy Smoak
Update the Forte gateway to the new v3 API: https://restdocs.forte.net/?version=latest * In the endpoint URI, change v2 to v3 * In the endpoint URI, change /accounts to /organizations * In...
According to Quickpay support, the testmode flag is no longer supported on the old platform.
Now that we have metrics... we can have metrics about the metrics! (and the logs and the spans.) See [Semantic conventions for OpenTelemetry SDK metrics](https://opentelemetry.io/docs/specs/semconv/otel/sdk-metrics/) > This document describes metrics...
Currently the SDK supports `create` methods like `create_counter` and `create_observable_gauge`. Once created however, it seems there is no way to retrieve them. You must keep a reference to the instrument...
I am seeing this error occasionally despite already aggressively sanitizing output before logging. I'm using the latest releases of all the gems and haven't been able to intentionally reproduce it....