sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
Closes #5523 This moves the `'?'` string to `@sentry/utils` so it only exists once in the bundle.
### Problem Statement We have both https://github.com/getsentry/sentry-javascript/tree/master/packages/hub and https://github.com/getsentry/sentry-javascript/tree/master/packages/core, and there should never be a situation where you import `@sentry/hub` and you aren't using `@sentry/core`. As such, we should just...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Environment SaaS (https://sentry.io/) ### Version Everything latest ### Steps to Reproduce I'm trying to configure performance monitoring with Nest.js and Prisma ORM. Followed the steps [here](https://docs.sentry.io/platforms/node/guides/connect/performance/database/opt-in/#prisma-orm-integration) but I only...
### Problem Statement We are using Sentry for a Nextjs codebase for a while now and one major issue we have is that client-side and server-side exceptions are lumped togehter...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Problem Statement So while I've been reviewing all the nextjs PRs + working on remix, I figured we should probably take some time to consolidate all the utils we...