rollbar-react icon indicating copy to clipboard operation
rollbar-react copied to clipboard

React features to enhance using Rollbar.js in React Applications

Results 21 rollbar-react issues
Sort by recently updated
recently updated
newest added

I'm trying to use `RollbarContext` and it's giving me an error on its `componentDidMount` function as it's trying to access `rollbar.options.payload.context` (see [here](https://github.com/rollbar/rollbar-react/blob/676689b0fb44c99947368dea60dc976d86786264/src/rollbar-context.js#L29)). Looking at the `rollbar.options` object, there's no...

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

I have an nx monorepo project with a typescript react app inside it. When i use @rollbar/react within this project i am seeing errors for `process is not defined`. These...

Currently, the TypeScript type definitions do not match the documentation nor the implementation. Here are the problems I've encountered so far in one afternoon of integrating the library: * ``...

`historyContext` does not return something that can be used with `history.listen()`. ``` export function historyContext( rollbar: Rollbar, args: { formatter: (location: string, action: string) => string; filter: (location: string, action:...

ref: https://github.com/facebook/prop-types#how-to-depend-on-this-package rollbar-react users basically don't care about `prop-types`, so I think that it should be put in `dependencies` instead of `peerDependencies`.