sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Problem Statement We can click outside the widget accidently at times. CLosing the widget. In such cases, don't delete the content of the widget. ### Solution Brainstorm We had...
This PR fixes #13803, and adds support for `moduleMetadataIntegration` to be lazy loaded, in [this](https://docs.sentry.io/platforms/javascript/configuration/integrations/#2-load-from-cdn-with-lazyloadintegration) manner. This integration is crucial for the [micro-frontend recommended solution](https://docs.sentry.io/platforms/javascript/best-practices/micro-frontends/#automatically-route-errors-to-different-projects-depending-on-module). **Note**: I'll also try to...
### 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...
resolves https://github.com/getsentry/sentry-javascript/issues/13679
### Description https://www.typescriptlang.org/tsconfig/#isolatedDeclarations - Maybe speeds up build time - Makes type consumption downstream faster
### 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...
### 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...
Follow up to https://github.com/getsentry/sentry-javascript/pull/16416, slightly moving things around and making some small improvements to performance and logic (some not related to that PR but another improvement we noticed when BYK...