rollbar
Here are 80 public repositories matching this topic...
-
Updated
May 29, 2020 - Ruby
-
Updated
May 16, 2020 - PHP
In rollbar.report_message's extra_data kwarg, "body" being reserved leads to surprising behavior
Per this comment on rollbar.report_message: https://github.com/rollbar/pyrollbar/blob/33ef2e723a33d09dd6302f978f4a3908be95b9d2/rollbar/__init__.py#L427 the body key in the extra_data kwarg is "reserved". I discovered the hard way that, if you happen to pass a dict with a body key, the message you intended to report is replaced with that raw JSON. This was quite difficult to track down, as
It would be helpful for the plugin to warn (or potentially fail) if no source maps are found. If the user includes the plugin in their Webpack configuration, it's reasonable to assume they intend for a source map to be uploaded
-
Updated
Jul 23, 2018 - JavaScript
-
Updated
May 2, 2018 - Python
-
Updated
May 24, 2018 - Python
At this location:
Maybe add something like:
.server(() -> new Server.Builder().root("com.rollbar").build())That way it should becomes possible to use source code linking. It took some digging to figure this out,
https://docs.rollbar.com/docs/telemetry
Your iOS SDK does it!
We use both for our react-native project and it's limiting to not have this supported on Android as well.
-
Updated
Feb 12, 2019 - Java
-
Updated
May 28, 2020 - JavaScript
-
Updated
Jan 6, 2020 - Rust
-
Updated
Aug 13, 2019 - Ruby
-
Updated
May 14, 2020 - Go
Improve this page
Add a description, image, and links to the rollbar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rollbar topic, visit your repo's landing page and select "manage topics."
I am bundling rollbar in my webpack build, so I am importing rollbar from its npm package. E.g.
The
Rollbarconstructor accepts a bunch of options, and the type definition says that it should acceptcode_versionas well ascodeVersion([here](https://github.com/rollbar/