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

Support Sentry Logging in the JS Loader and CDN

Open AbhiPrasad opened this issue 8 months ago • 1 comments

Description

You can now send structured logs to Sentry! See the docs here.

We don't have logging functionality exposed in the loader or a separate CDN bundle. We should add it.

AbhiPrasad avatar May 16 '25 14:05 AbhiPrasad

We probably also need a shim then for non-logging bundles in case users enable logging first, add manual logger calls and then disable logging via the UI later. (i.e. similar to what we do with BrowserTracing and Replay)

Lms24 avatar May 27 '25 07:05 Lms24

Is there an estimated version for this feature? Thank you.

ericwuu2 avatar Oct 01 '25 12:10 ericwuu2

No estimate yet, there's some other logging work that needs to get done in the js sdk before we get to this. It's on the roadmap though!

AbhiPrasad avatar Oct 01 '25 13:10 AbhiPrasad

Excited for this one! Thanks for the update Abhijeet!

MFRWDesign avatar Nov 02 '25 18:11 MFRWDesign