Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/vue
SDK Version
6.19.2
Framework Version
6.19.2
Link to Sentry event
No response
Steps to Reproduce
I have a page with a lot of charts, which needs to hang on the big screen for a long time. In a certain period of time, the memory overflows due to the business, which makes the browser crash, but sentry does not report it.
Expected Result
sentry can report page crashes.
Actual Result
When a page crash occurs, sentry does nothing.