sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
- This adds a timeout to the queries for the trace endpoint so that the entire endpoint doesn't fail if one of the datasets takes too long to execute -...
Fix story links so that they are compatible with the double URL structure
Bumps the spectrum-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [@react-aria/combobox](https://github.com/adobe/react-spectrum) | `3.13.0` | `3.14.0` | | [@react-aria/disclosure](https://github.com/adobe/react-spectrum)...
Bumps the sentry-dependencies group with 4 updates: [@sentry/core](https://github.com/getsentry/sentry-javascript), [@sentry/node](https://github.com/getsentry/sentry-javascript), [@sentry/react](https://github.com/getsentry/sentry-javascript) and [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript). Updates `@sentry/core` from 10.27.0 to 10.29.0 Release notes Sourced from @sentry/core's releases. 10.29.0 Important Changes feat(solid|solidstart): Bump accepted...
Bumps the jest-dependencies group with 2 updates: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom). Updates `jest` from 30.0.4 to 30.2.0 Release notes Sourced from jest's releases. 30.2.0 Chore & Maintenance [*] Update example repo...
Bumps the react-testing-library-dependencies group with 2 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [@testing-library/react](https://github.com/testing-library/react-testing-library). Updates `@testing-library/jest-dom` from 6.6.3 to 6.9.1 Release notes Sourced from @testing-library/jest-dom's releases. v6.9.1 6.9.1 (2025-10-01) Bug Fixes Fix undefined Node...
Bumps the emotion-dependencies group with 2 updates: [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) and [@emotion/styled](https://github.com/emotion-js/emotion). Updates `@emotion/is-prop-valid` from 1.3.1 to 1.4.0 Release notes Sourced from @emotion/is-prop-valid's releases. @emotion/is-prop-valid@1.4.0 Minor Changes #3306 dfae1cb Thanks @EnzoAlbornoz! -...
Bumps the babel-dependencies group with 2 updates: [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) and [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript). Updates `@babel/preset-react` from 7.27.1 to 7.28.5 Release notes Sourced from @babel/preset-react's releases. v7.28.5 (2025-10-23) Thank you @CO0Ki3, @Olexandr88, and @youthfulhps...
We render the bulk of our HTML via ReactPage. Right now that endpoint is marked as `all_silo` to make integration with tests simpler. Switch these endpoints to control as we're...
We strip subfilter ids before we make the workflow POST request because these additional filters do not have ids in the backend. However, this causes bugs when users go to...