-
Notifications
You must be signed in to change notification settings - Fork 3
build(deps): bump @sentry/node from 7.57.0 to 7.61.1 #6
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.61.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.57.0...7.61.1) --- 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 #49. |
|
ℹ️ 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.61.1.
Release notes
Sourced from
@sentry/node's releases.... (truncated)
Changelog
Sourced from
@sentry/node's changelog.... (truncated)
Commits
6e8dd40release: 7.61.1d9f07bcMerge pull request #8730 from getsentry/prepare-release/7.61.199e3479Revert "build(release): AddstatusProvidercontext check for craft (#8685) ...8c6ea3fMerge pull request #8726 from getsentry/prepare-release/7.61.1754b082meta: Update CHANGELOG for 7.61.1b5f55a3fix(replay): Ensure we debounce flush if replay too short (#8716)e586397fix(replay): Ensure buffer->session switch is reliable (#8712)2748691fix(replay): Ensure buffer sessions end after capturing an error (#8713)60c1081ref(replay): Improve status logging (#8709)85effabfix(utils): Avoidpre_contextandcontext_lineoverlap if frame lineno is...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 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)