Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
deps: bump @sentry/node from 7.114.0 to 8.2.1 (#26)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* update imports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Gruber <[email protected]>
  • Loading branch information
dependabot[bot] and juliangruber authored May 19, 2024
1 parent 218cc57 commit 5d896b9
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 948 deletions.
2 changes: 1 addition & 1 deletion bin/spark-stats.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import http from 'node:http'
import { once } from 'node:events'
import pg from 'pg'
import Sentry from '@sentry/node'
import * as Sentry from '@sentry/node'
import fs from 'node:fs/promises'
import { join, dirname } from 'node:path'
import { fileURLToPath } from 'node:url'
Expand Down
2 changes: 1 addition & 1 deletion lib/handler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'http-assert'
import { json } from 'http-responders'
import Sentry from '@sentry/node'
import * as Sentry from '@sentry/node'
import { URLSearchParams } from 'node:url'

import {
Expand Down
Loading

0 comments on commit 5d896b9

Please sign in to comment.