-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): bump @sentry/node from 7.57.0 to 7.62.0 #49
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
Conversation
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.57.0 to 7.62.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.57.0...7.62.0) --- updated-dependencies: - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Superseded by #55. |
|
ℹ️ Breaking Changes in the Dependency's Changelog. Check breaking changes and run Package: @sentry/node Breaking changes1: Performance Monitoring not required for Distributed Tracing
- Sentry.init({
- tracesSampleRate: 0,
- });
+ Sentry.init({
+ tracePropagationTargets: ["third-party-site.com", /^https:\/\/yourserver\.io\/api/],
+ });2: Support
|
|
ℹ️ Breaking Changes in the Dependency's Changelog. Check breaking changes and run Package: @sentry/node Breaking changes1: feat(replay): Ensure min/max duration when flushing (#8596)
|
|
|
|
|
|
Bumps @sentry/node from 7.57.0 to 7.62.0.
Release notes
Sourced from
@sentry/node's releases.... (truncated)
Changelog
Sourced from
@sentry/node's changelog.... (truncated)
Commits
ba03f87release: 7.62.061cdc72Merge pull request #8763 from getsentry/prepare-release/7.62.0b114002Merge branch 'master' into prepare-release/7.62.051159b7chore(publish): Remove status provider setting from Craft config (#8762)4804882chore(publish): Try different status provider context (#8755)b986eaeMerge pull request #8754 from getsentry/prepare-release/7.62.09070e3eadd ContextLines description, apply feedback8a0a33cmeta: Update CHANGELOG for version 7.62.022a8addchore(ci): Addjob_required_jobs_passedas a status provider context (#8752)672e56cchore(ci): Make "Required Tests passed" job depend on artifact upload and oth...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)