···133133- ✅ **Create unique event types** : Key events should be easily identifiable and have a unique
134134 names.
135135- ❌ **Don't listen to debug events inside your exchange**: While it's possible to call
136136- `client.subscsubscribeToDebugTarget` in an exchange it's only valuable when creating a debugging
136136+ `client.subscribeToDebugTarget` in an exchange it's only valuable when creating a debugging
137137 exchange, like the `devtoolsExchange`.
138138- ❌ **Don't send warnings in debug events**: Informing your user about warnings isn't effective
139139 when the event isn't seen. You should still rely on `console.warn` so all users see your important