Skip to content

Commit

Permalink
Bump @sentry/node from 7.66.0 to 7.68.0 (#241)
Browse files Browse the repository at this point in the history
* Bump @sentry/node from 7.66.0 to 7.68.0

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.66.0 to 7.68.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.66.0...7.68.0)

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

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

* Allow the __SENTRY__ global

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jim O'Donnell <[email protected]>
  • Loading branch information
dependabot[bot] and eatyourgreens authored Sep 10, 2023
1 parent 7466029 commit be74109
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
3 changes: 2 additions & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
module.exports = {
reporter: 'spec',
checkLeaks: true,
global:['__SENTRY__'],
slow: 300,
recursive: true,
exit: true
};
};
104 changes: 52 additions & 52 deletions package-lock.json

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

0 comments on commit be74109

Please sign in to comment.