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

### 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: ember

Probably needs to wait until we have migrated the otel express stuff.

Capture an error with `framesToPop` property set to 1. Changing this would be a breaking change and could affect issues grouping. ### Expected Result The top frame will be removed....

Type: Bug
Type: Breaking
Package: Browser

### Problem Statement Feedback from a user. Currently, when a state is trimmed due to size limits we do not visually signal the user that the context has been trimmed....

Meta: Help Wanted
Type: Improvement
Package: react
hacktoberfest

### 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: remix
Sync: Jira
Waiting for: Community

### Environment 7.99.0 ### Steps to Reproduce 1. Import Sentry via: `import * as Sentry from 'https://deno.land/x/[email protected]/index.mjs';` in any typescript file. 2. Run Deno Deploy: `deployctl deploy --project= ./src/main.ts` 3....

### 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-Meta: CDN

### 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: react

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1.configed project using npx @sentry/wizard@latest -i sourcemaps `import { defineConfig } from "vite"; import { sentryVitePlugin } from "@sentry/vite-plugin"; export default defineConfig({...

This PR explicitly sets Svelte 3 and 4 as peer dependencies for SvelteKit. We already require these versions in `@sentry/svelte` but this peer dep conflict goes unnoticed when installing `@sentry/sveltekit`....