Francis Nimick
Francis Nimick
I can confirm the above fix also resolves the problem I was having with crashes in SSR, in my case I was using a monorepo with lerna.
This is blocking a migration from @supabase/auth-helpers-sveltekit (where the name option works) to ssr (where the name option no longer works). I can confirm that the name option has no...
Any word on this? This breaks automatic pagination with some clients that insert duplicate `edges` fields to retrieve cursor information for pagination.
In particular, Houdini (the most popular / fully-featured graphql client for Sveltekit) has an automatic pagination feature that inserts a duplicate `edges` subquery to select the cursor for pagination. It's...
@kav "The backend does resolve both, but one will overwrite the other in the result payload." - you are correct, this behavior is not spec compliant, and apparently it will...
re: "and initializing it again can cause issues" - in particular if you initialize it using a framework-specific sentry package, then initialize here using `@sentry/node`, it breaks the path transformation...
Also, my Sentry scope example doesn't actually work, because the scope is popped off the Sentry scope stack as soon as the function returns - it's not actually present at...
(for anyone who used the above, my `transformOutput` hook was only capturing errors that occurred in steps, and not those that occurred at the top level of the function. this...
But the ~best~ easiest way to test is to push new code and see if anyone complains about it breaking 🤔
I believe this applies "text" styles to heading as well, since headings are block elements (for spacing) that render their contents as a text element.