Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update sentry-javascript monorepo to v7.111.0 #1898

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@sentry/node": "7.110.1",
"@sentry/profiling-node": "7.110.1",
"@sentry/node": "7.111.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're updating the version of @sentry/node package. Please ensure the new version introduces no breaking changes.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The '@sentry/node' package has been updated from version '7.110.1' to '7.111.0. Please ensure that this doesn't break any existing functionality, especially error reporting and event capturing.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The '@sentry/node' package has been updated to version 7.111.0. Double check for any breaking changes in the new version and test thoroughly before merging.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line updates @sentry/node library to a new version. While this might be necessary, it's always a good idea to verify what changes were introduced in this new version in relation to the project using it.

"@sentry/profiling-node": "7.111.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're updating the version of @sentry/profiling-node. It would be prudent to verify that this new version does not introduce any breaking changes.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The '@sentry/profiling-node' package has been updated from version '7.110.1' to '7.111.0'. Check if this update includes new profiling features or changes that may impact current usage.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The '@sentry/profiling-node' package has been updated to version 7.111.0. This might affect profiling in the application. Validate the profiling after upgrading.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once again a version upgrade for a library from @sentry. Same steps apply as in the previous comment: check for potential breaking changes introduced in version 7.111.0.

"@slonik/migrator": "0.12.0",
"@types/node": "20.12.7",
"@vitest/coverage-v8": "1.5.0",
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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