Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollbar/rollbar.js
base: c4eb37ab07637a9c94339cf90133fcf7d3c7a723
Choose a base ref
...
head repository: rollbar/rollbar.js
compare: 0b7a65e5db69490755a0447003c8de1fa29dd435
Choose a head ref
  • 20 commits
  • 35 files changed
  • 5 contributors

Commits on Mar 15, 2022

  1. remove uuid dependency

    ijsnow committed Mar 15, 2022
    Copy the full SHA
    4581d53 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Prevent error when fetch response has empty body

    When using the fetch API, if the server responds with a successful response and a content type of json, the body is parsed as JSON. However, if the body is empty, this causes a JSON parsing error.
    yjukaku committed Mar 16, 2022
    Copy the full SHA
    fdf7a7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1001 from yjukaku/prevent-error-on-empty-body-wit…

    …h-fetch
    
    Prevent error when fetch response has empty body
    ijsnow committed Mar 16, 2022
    Copy the full SHA
    e62a297 View commit details
    Browse the repository at this point in the history
  3. Improve payload type for configuration (#997)

    Added types for Payload instead of using `object`
    Added comments with links to documentation
    Added comments to aid in understaning code_version
    Added optional Promise return type for transform
    Added DeprecatedNumber type for person.id and javascript.code_version
    paustint committed Mar 16, 2022
    Copy the full SHA
    ce37beb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fc88371 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1936f98 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #998 from ijsnow/update-uuid

    remove uuid dependency
    ijsnow committed Mar 16, 2022
    Copy the full SHA
    4bbe9fa View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Copy the full SHA
    6023d6d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Copy the full SHA
    cd277ff View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Copy the full SHA
    0398599 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. build(deps): bump follow-redirects in /examples/angular2 (#995)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.9.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.9.0...v1.14.9)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 30, 2022
    Copy the full SHA
    af815c4 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump follow-redirects from 1.14.4 to 1.14.8 (#987)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 30, 2022
    Copy the full SHA
    cddb131 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump url-parse from 1.4.7 to 1.5.10 in /examples/angular2 (

    #996)
    
    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.4.7...1.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 30, 2022
    Copy the full SHA
    c06feb5 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump lodash from 4.17.15 to 4.17.21 in /examples/angular2 (

    #1003)
    
    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 30, 2022
    Copy the full SHA
    a591034 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump minimist from 1.2.5 to 1.2.6 (#1009)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 30, 2022
    Copy the full SHA
    a496f0a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Copy the full SHA
    31082d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Copy the full SHA
    b645d0a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump minimist from 1.2.5 to 1.2.6 (#1019)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 12, 2022
    Copy the full SHA
    0cda533 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump moment from 2.29.1 to 2.29.2 (#1015)

    Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 12, 2022
    Copy the full SHA
    2b57b62 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Release 2.25.0 (#1022)

    waltjones committed Apr 15, 2022
    Copy the full SHA
    0b7a65e View commit details
    Browse the repository at this point in the history