fugufish
CCConvex Community
•Created by adelin-b on 7/24/2024 in #support-community
How to get Clerk user current selected Organisation
@Tom same here, act as user doesn't seem to support cutom claims for for me as well
8 replies
CCConvex Community
•Created by fugufish on 1/27/2025 in #support-community
Authoring Components
Follwing up. Any documentation or is it just a "dig into the code and find out" type thing right now.
5 replies
CCConvex Community
•Created by fugufish on 1/27/2025 in #support-community
Authoring Components
@Tom as we discussed in a different thread, looking to find a way to more comprehensively utilize Sentry's tracing features. I'm not sure what is or isn't possible with a component using the api but I'm willing to poke around at it.
5 replies
CCConvex Community
•Created by fugufish on 1/22/2025 in #support-community
I'm having problems integrating launch darkly
replied
9 replies
CCConvex Community
•Created by fugufish on 1/22/2025 in #support-community
I'm having problems integrating launch darkly
Missed this, I inadvertantly renamed the file thanks for calling that out
9 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
yeah, trace ids are not being sent
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
I can see if it has span info init
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
I am getting exceptions from convex though
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
only traces I am getting are from the nextjs end
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
not that I have found
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
at least on the convex end
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
it only handles exceptions
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
so your not having to cross reference a dozen different places in a complex flow
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
Sentry (or the like) provides a single place to coalate a trace cross service/api into one view
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
Okay. I have a nextjs app, that has a SPA component to it. Convex drew me in after messing around with supabase, and finding that convex did a better job of getting me close to good offline support, which supabase is a pain to do (but its doable). I'm not using moleucler for the same reason. What I want insights to is:
user action -> calls mutation/query/action -> calls subquery -> mutation/action etc
the ability to ship the trace from the user interaction (i.e. click a submit button) to the final result and ship that information to sentry, including performance metrics , exceptions caught, etc. a lot of this is captured in convex's logs, but those logs dont capture data from other outside services, i.e. an LLM run55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
ah, queries and mutation's can make network calls:? (I've never actually tried it, but makes sense)
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
much like building a customContext
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
could you access them from a helper, i.e., if you wanted to instrument every query to look for a trace, and wrap a sentry call around the handler?
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
hrm
55 replies
CCConvex Community
•Created by fugufish on 12/31/2024 in #support-community
requestId access
and you have the advantage of passing information that will differ with every requiest (such as a trace id) in such a way it never breaks caching if the params that would mutate the request are equal.
55 replies