Skip to content

Commit

Permalink
chore(deps): bump @sentry/node from 7.114.0 to 8.2.1 (#10171)
Browse files Browse the repository at this point in the history
* chore(deps): bump @sentry/node from 7.114.0 to 8.2.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* update imports

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chris48s <git@chris-shaw.dev>
  • Loading branch information
dependabot[bot] and chris48s authored May 19, 2024
1 parent 0bd8bfc commit c60e3dc
Show file tree
Hide file tree
Showing 4 changed files with 788 additions and 119 deletions.
2 changes: 1 addition & 1 deletion core/server/log.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Sentry from '@sentry/node'
import * as Sentry from '@sentry/node'

const listeners = []

Expand Down
Loading

0 comments on commit c60e3dc

Please sign in to comment.