sentry
sentry copied to clipboard
Raw stack trace is not raw
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