sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
Currently, all values in `Span._attributes` are [merged with `Span.data` and put into](https://github.com/getsentry/sentry-javascript/blob/5f0b50624df7b21e95d6c825fb75ca544163d3de/packages/core/src/tracing/span.ts#L618) the `data` attribute of a JSON span. **Plan for v8:** We use span attributes as a replacement for...
After v8 gets merged in, let's look at migrating from jest to vitest. `vitest` is way faster, and doesn't fall into the same traps `jest` does in terms of esm...
### 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...
### Description Just noticed that our lint rules for jest (most importantly, `no-disabled-tests` and `no-focused-tests`) don't work for vitest test suites. Since we're moving towards vitest, we should look into...
The shims should only be applied if the globals are not present, else it results in double decl and a runtime error. The profiling SDK should gracefully handle env where...
### 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...
### Flakiness Type Timeout ### Name of Job E2E solidstart test: updates the transaction when using the back button ### Name of Test performance.client.test.ts:49:1 › updates the transaction when using...
### Problem Statement ### Problem Sentry does not really helps with GraphQL, since there is just one endpoint, it is kind of hard to understand what is going on. Since...
### Description Similar to https://github.com/getsentry/sentry-cocoa/pull/3931, we can add a pluggable (=not enabled by default) integration to `@sentry/browser` (and downstream SDKs) which allows to opt-in to get better breadcrumbs & spans...