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

Official Sentry SDKs for JavaScript

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

### 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
Status: Needs Reproduction
Package: react
Package: tracing
Status: Stale

This PR wraps server-side `getInitialProps`. We do this by creating a virtual proxy module for each next.js pages in our `dataFetchersLoader` webpack loader that re-exports all the exports of the...

Hi, Are there any documentation on how to setup `@sentry/nextjs` with https://nextjs.org/docs/advanced-features/custom-server ? Thanks!

Package: nextjs
Status: Backlog
Jira

Webpack recently released [module federation](https://webpack.js.org/concepts/module-federation/). Using this plugin, one can deploy multiple web apps(which may or may not be related framework wise) in a single webpage seamlessly. Though this is...

Type: Improvement
Package: browser
Status: Backlog
Feature: Multiple hubs/clients

**Done**: - [x] Create boilerplate package for `@sentry/svelte` (#5535) - [x] Add instrumentation for client side errors (for now, just a wrapper around the browser JS SDK) (#5543) - [x]...

Status: In Progress
Package: svelte

⚠️ opening as a draft for now b/c not sure if this should be merged before/after we added the SDK to the release registry (see https://github.com/getsentry/sentry-release-registry/pull/80) This PR adds an...

Package: svelte

In anticipation of adding more tests for the code in `src/config` in the nextjs SDK, this breaks up the (very long) single file which had been covering the entire directory...

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

Misc: Help Wanted
Type: Bug
Status: Backlog

⚠️ Requires tests Remix allows custom server declarations and exports `createRequestHandler` functions from each [adapter](https://remix.run/docs/en/v1/other-api/adapter). In some cases, `createRequestHandler` functions are used before we have a chance to instrument them....

Package: remix

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 22.5.0.dev0 ### Steps to Reproduce I try to add Sentry sourcemaps on smarttv app. Sourcemaps are uploaded correctly. It works nice on PC, but...

Type: Support
Feature: Source Maps