sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
Images and other media in the messages attributes should be dropped by the SDK to prevent large media from breaking instrumentation. The fact that we will drop these should be...
Continuation of the work done in #18065 Some bundles are seeing -10% in size reduction, while some see 15% ish. Speed benefits will only be more visible if we fully...
We want to define a set of [lightweight metrics](https://docs.sentry.io/product/explore/metrics/) that SDKs can automatically collect for e.g. framework, language or platform, focusing only on signals that **do NOT overlap with Tracing**....
### 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...
This PR updates the Sentry Next.js integration to improve tree-shaking configuration and add new options for finer control over what SDK code is included in the final bundle. The most...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### What are you trying to accomplish? Starting from Nov 7th, we got many errors reported to Sentry about `ReferenceError: Can't find variable: originalFetch`, base on...
Using InjectionToken and optional configuration. This way I can inject the `SentryErrorHandler` into my custom ErrorHandler. Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and...
This PR contains the POC span streaming implementation for browser SDKs. Can be tested on `@sentry/[email protected]` and any higher-level SDKs. To opt into span streaming, set: ```ts Sentry.init({ dsn: '...',...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [ ] ~If you've added code that should be tested, please add tests.~ -...
closes https://linear.app/getsentry/issue/JS-1207/remove-tracing-from-app-router-server-components-templates closes https://github.com/getsentry/sentry-javascript/issues/18307