sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Bumps the babel-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.5` |...
Bumps the react-dependencies group with 4 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). Updates `react` from 18.2.0 to 18.3.1 Changelog Sourced from react's changelog. 18.3.1 (April 26,...
Bumps the sentry-dependencies group with 1 update in the / directory: [@sentry/status-page-list](https://github.com/getsentry/status-page-list). Updates `@sentry/status-page-list` from 0.3.0 to 0.5.0 Release notes Sourced from @sentry/status-page-list's releases. 0.5.0 This release adds entries for...
chore(deps-dev): bump the react-testing-library-dependencies group across 1 directory with 2 updates
Bumps the react-testing-library-dependencies group with 2 updates in the / directory: [@testing-library/dom](https://github.com/testing-library/dom-testing-library) and [@testing-library/jest-dom](https://github.com/testing-library/jest-dom). Updates `@testing-library/dom` from 10.1.0 to 10.4.0 Release notes Sourced from @testing-library/dom's releases. v10.4.0 10.4.0 (2024-07-22) Features...
Adds the LaunchDarkly audit log webhook to `handle_provider_event` in `flags/providers.py`. Since LaunchDarkly has many more [actions](https://docs.launchdarkly.com/home/account/role-actions#feature-flag-actions) than what's in our `ACTION_MAP` (only `updated`, `created`, or `deleted`), I bucketed all the...
We should just rely on space fields instead of the span values
### Problem Statement The Sentry CodeCov integration is currently limited to GitHub and cannot be enabled for GitHub enterprise limiting the use for some enterprise customers. ### Solution Brainstorm Feature...
Issue widgets were displaying an "Add an Equation" button. The check for it was a conditional rendering check which had a typo in it, instead control the button from the...
Dashboard widgets have various little badges and warnings. Each of them is its own component that loads its own data. This works fine, but is blocking a refactor I'm doing....