sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

```[tasklist] ### PRs to v7 - [ ] https://github.com/getsentry/sentry-javascript/pull/11754 - [ ] https://github.com/getsentry/sentry-javascript/pull/11752 ``` ```[tasklist] ### PRs to v8 ```

Fixes https://github.com/getsentry/sentry-javascript/issues/11728 As reporting in the above issue, it is not typesafe to type the error thrown by react components as `Error`, it can actually be any JS object/primitive that...

This adds a [Zod](https://github.com/colinhacks/zod) integration to sentry that adds better support for ZodError issues. Currently, the ZodError message is a formatted json string that gets truncated and the full list...

### 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...

Type: Bug
Package: browser

I would love to be able to move this rectangle for e.g.: ![Image](https://github.com/getsentry/sentry-javascript/assets/77064737/9d5e3735-bd68-4e7a-b0c7-1486cf0d33fb)

Package: feedback

Closes #11766 These tests are also in TypeScript so they check the types too. I found that two out of three cron libraries were actually swallowing exceptions so that they...

This commit updates all tracing functionality to run outside the Angular zone. Before this change, it hindered server-side rendering and hydration, causing instability in the app. The app achieves stability...

When object without stack trace is captured by `captureException`, syntheticException is created to capture where was the `captureException` called. Currently the top of the stack trace is the `syntheticException` line...

Type: Bug
Package: browser

### 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...

Type: Bug
Package: nextjs
Waiting for: Product Owner

This updates the versions of some dependencies for the Ember SDK: * `ember-auto-import` is bumped to `^2.4.3` * `ember-cli-babel` is bumped to `^8.2.0` * `ember-cli-typescript` is bumped to `^5.3.0` Closes...