Skip to content

Bump @sentry/browser from 7.111.0 to 7.113.0#12305

Merged
robdivincenzo merged 1 commit intomainfrom
dependabot/npm_and_yarn/sentry/browser-7.113.0
May 6, 2024
Merged

Bump @sentry/browser from 7.111.0 to 7.113.0#12305
robdivincenzo merged 1 commit intomainfrom
dependabot/npm_and_yarn/sentry/browser-7.113.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2024

Bumps @sentry/browser from 7.111.0 to 7.113.0.

Release notes

Sourced from @​sentry/browser's releases.

7.113.0

Important Changes

This release adds support for Node 22! 🎉

It also adds prebuilt-binaries for Node 22 to @sentry/profiling-node.

Other Changes

7.112.2

7.112.1

7.112.0

Important Changes

Instead of installing @sentry/integrations, you can now import the pluggable integrations directly from your SDK package:

// Before
import * as Sentry fromv '@sentry/browser';
import { dedupeIntegration } from '@sentry/integrations';
Sentry.init({
integrations: [dedupeIntegration()],
});
// After
import * as Sentry from '@​sentry/browser';
Sentry.init({
integrations: [Sentry.dedupeIntegration()],
});

Note that only the functional integrations (e.g. xxxIntegration()) are re-exported.

Other Changes

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

7.113.0

Important Changes

This release adds support for Node 22! 🎉

It also adds prebuilt-binaries for Node 22 to @sentry/profiling-node.

Other Changes

7.112.2

7.112.1

7.112.0

Important Changes

Instead of installing @sentry/integrations, you can now import the pluggable integrations directly from your SDK package:

// Before
import * as Sentry fromv '@sentry/browser';
import { dedupeIntegration } from '@sentry/integrations';
Sentry.init({
integrations: [dedupeIntegration()],
});
// After
import * as Sentry from '@​sentry/browser';
Sentry.init({
integrations: [Sentry.dedupeIntegration()],
});

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

┆Issue is synchronized with this Jira Story

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file engineering frontend npm Used for dependabot PR's having to do with NPM labels May 6, 2024
@robdivincenzo robdivincenzo self-requested a review May 6, 2024 19:11
@robdivincenzo
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.111.0 to 7.113.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.111.0...7.113.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry/browser-7.113.0 branch from a372ccc to 16fa761 Compare May 6, 2024 19:23
@robdivincenzo robdivincenzo merged commit c118b81 into main May 6, 2024
@robdivincenzo robdivincenzo deleted the dependabot/npm_and_yarn/sentry/browser-7.113.0 branch May 6, 2024 19:46
@data-sync-user
Copy link
Copy Markdown
Collaborator

➤ Simon Acosta Torres commented:

PR has already been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file engineering frontend npm Used for dependabot PR's having to do with NPM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants