Getting `TypeError: Cannot read properties of undefined (reading 'transaction')` on `sb.connect()`

Ah, I think the issue is that you’re using this in a node environment. Due to the incredible number of polyfills required, we removed support for node in V4. As a result, you’ll need to use it in a browser environment.