sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### 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...
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....
### 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....
### 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...
### 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...
### 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...
### 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`....