Skip to content

Commit

Permalink
Bump @sentry/browser from 8.38.0 to 8.40.0 (#7188)
Browse files Browse the repository at this point in the history
* Bump @sentry/browser from 8.38.0 to 8.40.0

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 8.38.0 to 8.40.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.38.0...8.40.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* these were moved

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Night <[email protected]>
  • Loading branch information
dependabot[bot] and night authored Nov 26, 2024
1 parent 4c40c72 commit 6d599ba
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 110 deletions.
185 changes: 77 additions & 108 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@fortawesome/free-brands-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@rsuite/icons": "1.3.0",
"@sentry/browser": "^8.38.0",
"@sentry/browser": "^8.40.0",
"@sentry/webpack-plugin": "^2.22.6",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/sentry-global-handlers-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable no-multi-assign */
/* eslint-disable prefer-destructuring */
// eslint-disable-next-line import/no-extraneous-dependencies
import {UNKNOWN_FUNCTION, isString, getLocationHref} from '@sentry/utils';
import {UNKNOWN_FUNCTION, isString, getLocationHref} from '@sentry/core';
// eslint-disable-next-line import/no-relative-packages
import {eventFromUnknownInput} from '../../node_modules/@sentry/browser/build/npm/esm/eventbuilder.js';

Expand Down

0 comments on commit 6d599ba

Please sign in to comment.