sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Tracing of arbitrary server functions

Open nicohrubec opened this issue 1 month ago • 1 comments

Potentially we can add a wrapper that can be used to trace arbitrary functions. Server functions should be traced by instrumenting the server entry point, but for instance I am not sure if this is still going to work if we have server functions calling other server functions. For such instances it might be useful to have a fallback for users. Need to check if this even makes sense in this context.

nicohrubec avatar Nov 21 '25 15:11 nicohrubec

JS-1198

linear[bot] avatar Nov 21 '25 15:11 linear[bot]

Won’t do because we don’t really have a nicer way here to do this than a simple Sentry.startSpan

nicohrubec avatar Dec 18 '25 14:12 nicohrubec