Gajus Kuizinas
Gajus Kuizinas
Will DM Lukas re donation first thing Monday morning. Thank you
@lukastaegert I realize this is experimental, but it seems to not produce the desired result. I've set `experimentalMinChunkSize: 500_000,` which produces: ``` -rw-r--r-- 1 gajus staff 1.4M Nov 12 12:18...
> The first question is of course: Are you using the Vite 4 alpha, or a Vite branch that supports Rollup 3, or are otherwise sure you are running Rollup...
Let me know what are the next steps here – esp. how I can support the effort.
Need to see an example of an actual query. Could be many different things.
Was this ever implemented in any manner?
I ended up writing a script where I re-export the members of `styled-components`: ```ts import styledComponents from 'styled-components'; type Styled = typeof styledComponents; // https://github.com/styled-components/styled-components/issues/3601#issue-1023120934 // @ts-expect-error incompatibility between styled-components...
A slightly cleaned up version: ```ts import { captureException, type Event, getCurrentScope, type NodeOptions, runWithAsyncContext, } from '@sentry/node'; import { type FastifyError, type FastifyPluginCallback, type FastifyRequest, } from 'fastify'; import...
Ended up with just: ```ts /** * @see https://github.com/getsentry/sentry-javascript/pull/9138/files */ import { captureException, getCurrentScope, runWithAsyncContext, } from '@sentry/node'; import { type FastifyPluginCallback } from 'fastify'; const SKIP_OVERRIDE = Symbol.for('skip-override'); const...
@AbhiPrasad Just heads up that we are getting a type error with Sentry alpha-9 and Fastify 4.24.3.