Open t1mmen opened 3 weeks ago
Also have the same problem running Next.js 14.2.17
issue still exists
It does, as I had no time to take a look at it yet. There's a reason why this package lives under supabase-community org. Contributions are always welcome :)
@kamilogorek Sorry, you are right - I was in the rush (researching monitoring solutions for new app) just came in straight from the supabase doc and I missed the community prefix 🤦 Sorry for my pretensional comment, you are doing a great job!
To add any value to it, it's also not working on 14.2.4
, so I assume it's just whole 14.2
release for the server config.
No worries. It's just futile to chase every Next.js and Sentry SDK version all the time and make sure that they won't break on any random release.
Bug report
sentry-integration-js
loads in node/server-side environment, but does not appear to do anything (both in local dev & deployed to prod)Describe the bug
Integration installed: SupabaseIntegration
To Reproduce
Expected behavior
System information
Running Node 20.x
(I've attempted upgrading to
@supabase/ssr
, but ran issues with JWT format changing to include Base64 prefix, which broke our hand-rolled JWT's, so put that aside. Presumably not related to this issue, but mentioning for completeness)Additional context
I have tried initializing Supabase client in
sentry.server.config.ts
with identical parameters to how it's initialized/used in API handlers, but that didn't change anything.Local dev logs: