Gajus Kuizinas
Gajus Kuizinas
Same issue with `rc2` just in case. Our app goes to a complete halt after trying to deploy it. Average response time increases from 150ms to over 1500ms. What's weird...
> Could you share your `Sentry.init()` code, and also maybe your app setup - e.g. what framework (express, fastify, ...) are you using, what middleware, other relevant config, ...? ```ts...
v8 same issue. @mydea I managed to get a trace while we were testing v8. Looks like there are massive gaps between span. https://contra.sentry.io/performance/trace/7564ad7a9f280bad7145d336820752d8/?fov=0%2C20355.000019073486
The resource consumption profile does not change dramatically. This is a snapshot of pre-deployment: ``` NAME CPU(cores) MEMORY(bytes) contra-api-684b67464f-6kdbx 324m 1080Mi contra-api-684b67464f-7w99p 269m 1092Mi contra-api-684b67464f-9dc9d 121m 1018Mi contra-api-684b67464f-9lrk9 181m 1068Mi...
Just like the last time, we do see a big uptick in timeouts while trying to establish pg connection. Logs are flooded with: ``` Error: timeout expired at Timeout._onTimeout (/srv/node_modules/.pnpm/[email protected]/node_modules/pg/lib/client.js:106:28)...
@mydea What would be the correct way to disable all auto instrumentations and re-add them all one by one? I know how to do it with opentelemetry, but not when...
Respect safe methods: > Of the request methods defined by this specification, the GET, HEAD, OPTIONS, and TRACE methods are defined to be safe. – https://tools.ietf.org/html/rfc7231#section-4.2.1
Is the API compatible? Just thinking if there is an easy way to swap this in my setup. I am using Vite, which configures Rollup behind the scenes.
Gave this a quick try, and it failed with error: ``` Unexpected early exit. This happens when Promises returned by plugins cannot resolve. Unfinished hook action(s) on exit: (commonjs--resolver) resolveId...
I've gotten past that error. However, now getting a new error. ``` rror: react/jsx-dev-runtime is not loaded. Error: '../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-relay/index.js' doesn't export names expected by 'src/pages/projects.page.client.tsx' Error: '../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-relay/index.js' doesn't export names...