sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
fixes https://github.com/getsentry/sentry-javascript/issues/12698 Adds back prepack script just for deno which was removed in https://github.com/getsentry/sentry-javascript/pull/12656 because it's a breaking change for the deno package which relies on the directory structure for...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Try to import deploy using the instructions in the Deno README. 2. Find that `[sentry](https://deno.land/x/sentry/index.mjs)` is no longer found. ### Expected...
Adds support for cases where the time from OTEL is just a number in milliseconds instead of tuples. Fixes: #12697 (Can't reproduce the issue but from the context of the...
### 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...
### Problem Statement It seems we are currently not instrumenting `evensource` requests from the browser. https://developer.mozilla.org/en-US/docs/Web/API/EventSource ### Solution Brainstorm Adding this handler to our browser package would improve e.g. the...
Adding tests for https://github.com/getsentry/sentry-javascript/pull/12681
To be able to differentiate between a browser/client execution context, sentry is initialized in an external config file. An import statement in `nuxt-root.vue` is added which loads this config file....
### 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...
Small change filtering expected errors from being reported to sentry in the nestjs sdk. Tested manually on my sample app.
For MPA, dead clicks are created if users click a link and then navigates back. The [bfcache](https://web.dev/articles/bfcache) preserves the timer state and resumes it when the user navigates back and...