sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Raw stack trace is not raw

Open jen-Ya opened this issue 4 months ago • 5 comments

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

Steps to Reproduce

Display raw stack trace of a Node.js error

Expected Result

I expect to see the raw stack trace, that I can further use with tools like stacktracify or other stack trace parsers. For example:

TypeError: Cannot read properties of undefined (reading 'title')
    at /app/server.cjs:2:769108
    at async handler (/app/server.cjs:2:767320)
    at async /app/server.cjs:2:529618

Actual Result

The displayed stack trace is formatted:

TypeError: Cannot read properties of undefined (reading 'title')
  File "/app/server.cjs", line 2, col 769108
  File "/app/server.cjs", line 2, col 767320, in handler
  File "/app/server.cjs", line 2, col 529618

Product Area

Issues

Link

No response

DSN

No response

Version

25.5.1

jen-Ya avatar Jun 10 '25 13:06 jen-Ya