Pangratios Cosma

Results 113 comments of Pangratios Cosma

@joshuap To clarify: - you are suggesting to go ahead with @halfbyte's suggestion for a _temporary_ signature -> `notice(exception_or_opts=nil, opts = {}, **kwopts)` - and some time after that, proceed...

I have no strong opinion about either approach. We haven't released the ruby gem since March 2023, which could be +1 for a major release 🤷 . Or you could...

> a release once we finish the logging/insights work If it won't introduce breaking changes, it can be a minor release. If it has breaking changes, then I guess we...

Hey @maxkostow, I'm trying source maps with a nextjs example app. I've setup this [project](https://github.com/subzero10/example-nextjs-dashboard) and deployed to Vercel. Note the use of `NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA` to set the value for the...

Ah yes you are right. I'll look into that then!

Hey @maxkostow, apologies for not getting back sooner. I did have a look into this but it's not a simple task. I can't give you a timeline, but I will...

Hey @mcAnastasiou, Thanks for testing this out! Indeed, Next.js by [default replaces the real error message with a generic one for better security](https://nextjs.org/docs/app/building-your-application/routing/error-handling#handling-server-errors) when reporting a server error. You can...

Hey @wscourge, thanks for reporting this! I just tried with a minimal example app and I'm also getting an error (though different from what you reported). I will take a...

Hey @wscourge, I couldn't fork the repository (forking is disabled), but here's what I did: 1. I cloned the repository. 2. I ran `bun install` and `bun dev` and verified...