jbarker47
Results
2
comments of
jbarker47
@BeInLife Unfortunately using `Sentry.makeMain(hub)` replaces the old hub... this means that only one hub / client can be active on a single page at any given time... Not sure if...
I have a `Redux` saga that makes several API requests. I am using `takeLatest` to make sure that any previously running sagas are cancelled if a new triggering action is...