DevSide

Results 6 comments of DevSide

```js model = await Model.loadFromFile('indexeddb://my-model') // ... await model.export('my-model', 'indexeddb') ```

You can use the option `uploadFilesConcurrency`, by default it is Infinity See https://github.com/40thieves/webpack-sentry-plugin/blob/master/src/index.js#L12

@elhardoum This cannot work because your `setTimeout` will start when `AbortSignal.timeout()` is called instead of the request itself. It also required a `clearTimeout` if the request finished earlier. @nekotoriy, not...

Well, it's been a while, i move Sentry actions (upload/release) in a separate CD process. I close this even if it's working.

This is a major bug that affects stability and performance. If you containerize a Next.js build based on the SHA1 of your repository with caching enabled and then rebuild it...