Dima

Results 6 comments of Dima

Suppose we have the following initial data: ``` const data = [ { id: 0, name: "Simple Long Text", }, { id: 1, name: "Text", }, ]; ``` получаем вот...

> It's nice but this shuld probably be implemented by the main app, not this library This is for development of this library. When I was preparing the PR and...

> Hi @Dima-Dim thanks for writing in! > > `_captureRequestSession` is only available in server-side SDKs based on the `ServerRuntimeClient`. So the most prominent example would be `@sentry/node` or any...

I don’t even know what to provide, but I can say that this does not happen with the 7.110.1 version.

The error disappears if either do not use `Sentry.setupExpressErrorHandler(app)`, or if do not use Sentry for the client `'@sentry/react'`. If both are used, I get an error `client._captureRequestSession is not...

I can't provide the application code yet, but judging by what I see in the issues section of Sentry, errors are coming there from node, although the code for connecting...