Socket
Socket
Sign inDemoInstall

rollbar

Package Overview
Dependencies
Maintainers
7
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollbar - npm Package Versions

1
16

2.5.1

Diff

rokob
published 2.5.0 •

shakiba
published 2.4.7 •

shakiba
published 2.4.6 •

shakiba
published 2.4.5 •

shakiba
published 2.4.4 •

rokob
published 2.4.3 •

rokob
published 2.4.2 •

rokob
published 2.4.1 •

rokob
published 2.4.0 •

Changelog

Source

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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc