Pay attention
This documentation is for the as yet unreleased version of effector Spacewatch 23.0.

effector/inspect

Effector has a special API methods designed to handle debugging and monitoring use cases without giving too much access to internals of your actual app — Inspect API.

Why separate module?

Inspect API designed to be disposable. By design, any feature that uses Inspect API can be removed from the production build without any side effects. To emphasize this, Inspect API is not included in the main module. Instead, it’s available in a separate module effector/inspect.

Usage

Please refer to Inspect API docs for usage examples.

Contributors