Skip to content

Commit

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

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.114.0 to 8.3.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@7.114.0...8.3.0)

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

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

* chore: fix pnpm install

* fix: sentry import

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 41e8bcd commit 39af963
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 68 deletions.
2 changes: 1 addition & 1 deletion lib/errors/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type NotFoundHandler, type ErrorHandler } from 'hono';
import { getDebugInfo, setDebugInfo } from '@/utils/debug-info';
import { config } from '@/config';
import Sentry from '@sentry/node';
import * as Sentry from '@sentry/node';
import logger from '@/utils/logger';
import Error from '@/views/error';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@hono/zod-openapi": "0.13.0",
"@notionhq/client": "2.2.15",
"@postlight/parser": "2.2.3",
"@sentry/node": "7.114.0",
"@sentry/node": "8.3.0",
"@tonyrl/rand-user-agent": "2.0.64",
"aes-js": "3.1.2",
"art-template": "4.13.2",
Expand Down
Loading

0 comments on commit 39af963

Please sign in to comment.