Lawrence Forooghian
Lawrence Forooghian
See also https://github.com/ably/spaces/pull/216.
Makes use of the private API data gathered in #1784.
This PR is based on top of #1756. Gathering data on private API usage in tests for [ECO-4821](https://ably.atlassian.net/browse/ECO-4821), so that we can see what work needs to be done to...
https://ably.com/docs/api/realtime-sdk?lang=javascript - hasn't been updated for v2 (still has `log` instead of `logHandler` and `logLevel`) - need to update the mention of global effect, post #1764 ┆Issue is synchronized with...
We do not currently exercise our `FetchRequest` class in the tests; they all use XHR, the only exception being some of the tests for the modular variant the SDK. This...
## Background The log messages emitted by the SDK frequently wish to include objects and other non-primitive values. For example, the inputs and outputs described in #1623, as well as...
At the moment, we have an existing type `ARTLog`, which is set as the `ARTClientOptions`’s `logHandler` property (whose naming comes from the feature spec). And then internally in the codebase...
We've introduced a `+[ARTInternalLogHandler classMethodLogger]`, to be used in this situation. Currently it creates a logger whose log level is `.none`, so it doesn't emit any log messages. Let's decide...
## Background As described in #1623, we want the SDK to emit messages that describe all of the invocations of the methods that constitute its public API. ## Requirements Let’s...
I haven’t written this issue yet — not yet fully convinced of its usefulness. ## Depends on * #1658 ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4526) by [Unito](https://www.unito.io)