t2t2
t2t2
### What happened? ## Steps to Reproduce When a cross-origin request is done (eg. `example.com` -> `resources.vendor.com`, but also `example.com` -> `static.example.com` or even `localhost:3000`(a webpack server) -> `localhost:8080` (API...
## Which problem is this PR solving? [As per the specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-client) `http.url` attribute should be "Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]`." Currently if a XHR request is done...
Primary source kinda did a revamp that lost current access methods
To make easy generating a league that uses same movies as a more famous league (hint hint NSFW/Frame rate), it should be possible to load their list of movies as...
Indicating: ``` js path: { service: 'countries', paginate: true } ``` Changes the state to be structured like https://github.com/feathersjs/feathers-memory#pagination Maybe paginate value can be set to what the key of...
Sometimes you want map for ease of access, sometimes you want array for ease of ordering
# Description **In draft until all ingest realms support otlp/json** Switch from otlp/proto to otlp/json, allowing removing protobuf js, removing CSP errors related to eval in protobuf code Minor version...
# Description Generate a version of bundled agent where Math.random is replaced with crypto functions, useful in case I want to use a static code scanning tool but [ignore it's...