Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps rollbar from 2.0.4 to 2.26.5.

Release notes

Sourced from rollbar's releases.

v2.26.5

Prototype pollution prevention, rollbar/rollbar.js#1394

v2.26.4

v2.26.3

v2.26.2

v2.26.1

Fixes

v2.26.0

v2.25.2

Fixes:

v2.25.1

Updates

v2.25.0

Highlights

Pull requests

... (truncated)

Changelog

Sourced from rollbar's changelog.

Change Log

The change log has moved to this repo's GitHub Releases Page.

v2.4.0

  • Introduce the captureIp configuration settting. For browser settings, this determines how we attempt to capture IP addresses from the client that submits items. For server settings, this determines how we capture IP addresses from requests.

    Possible values are: true, false, or anonymize.

    If true then we will attempt to capture and store the full IP address of the client. If set to anonymize we will do a semi-anonymization on the captured IP address by masking out the least significant bits. If set to false we will not attempt to capture any IP address.

    Default: true

  • Introduce the captureUsername and captureEmail configuration settings. In the server context, as described in the documentation, we attempt to gather information about the current user. Prior to this release, we tried to gather the id, username, and email. Starting with this release, by default we only attempt to capture the id for a user. The boolean configuration options captureEmail and captureUsername can be used to change this behaviour.

v2.3.6

  • Updates for React Native

v2.3.5

  • Correct error in typescript declarations

v2.3.4

  • Fix React Native undefined Regexp -> RegExp
  • Minor documentation changes
  • More typescript declarations

v2.3.3

  • Rewrite filenames for React Native hosts to make source maps easier to work with.
  • Include current item in telemetry queue to mitigate a UI issue on the backend

v2.3.2

  • Be defensive about navigator not existing on window #514

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by waltjones, a new releaser for rollbar since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [rollbar](https://github.com/rollbar/rollbar.js) from 2.0.4 to 2.26.5.
- [Release notes](https://github.com/rollbar/rollbar.js/releases)
- [Changelog](https://github.com/rollbar/rollbar.js/blob/master/CHANGELOG.md)
- [Commits](rollbar/rollbar.js@v2.0.4...v2.26.5)

---
updated-dependencies:
- dependency-name: rollbar
  dependency-version: 2.26.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant