Abhijeet Prasad
Abhijeet Prasad
**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]...
### Problem Statement Ref: https://github.com/getsentry/sentry-javascript/issues/3494 Hey folks. The Sentry JS team started to look at a first-class integration for the [Svelte Framework](https://svelte.dev/), so you can build "cybernetically enhanced web apps"...
### Problem Statement https://www.fastify.io/ https://www.npmjs.com/package/fastify ### Solution Brainstorm Build an integration for Fastify, similar to what we do for Express
This PR contains the list of deprecated items that will be removed in the upcoming v8 major version of the SDK. ```[tasklist] ### Confirmed Removals - [ ] The utility...
### Problem Statement After testing on [Vanguard](https://github.com/getsentry/vanguard), we found some less than ideal errors that were happening server-side. Let's see if we can improve the Remix SDK to improve the...
Let's explore instrumenting the promise object, so we can "auto-instrument" async/await calls. some thoughts gathered: > you perhaps could use a millisecond boundary to omit instantly resolving promises > Promise...
### Problem Statement Web Vitals v3 is currently in beta. Allows us to start tracking INP, which can replace FID. https://web.dev/inp/ > Writing your own [PerformanceObserver](https://developer.mozilla.org/docs/Web/API/PerformanceObserver) to measure INP can...
### Problem Statement https://github.com/getsentry/sentry-javascript/issues/4894#issuecomment-1193216873 brings up `sentry-cli` size issues. Essentially, due to `sentry-cli`'s binary size, we require users to have some kind of bundling setup to make sure that they...
### Problem Statement Now that we have mobile screenshots, let's do it for the browser! https://blog.sentry.io/2022/07/07/introducing-mobile-screenshots-and-suspect-commits/ If you would like this feature, please leave a comment/emoji reaction to let us...