rollcage icon indicating copy to clipboard operation
rollcage copied to clipboard

A Clojure client for Rollbar

Results 13 rollcage issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

This PR enables the client's option `:indexed-ex-data` to be able to send all neted exception's `ex-data` grouped under an indexed level. ## Background Currently Rollcage only uses one level for...

rollcage is currently using org.clojure/tools.logging 0.4.0 which depends on a version of log4j that is vulnerable to the log4shell exploit: https://logging.apache.org/log4j/2.x/security.html Does rollcage expose users to the log4shell exploit? Upgrading...

Fixes #53 by allowing a `:person` map to be passed through the Rollbar API call, without breaking any existing API contract

In order to use the person tracking Rollbar feature, a [`person` ](https://explorer.docs.rollbar.com/#operation/create-item) key is sent along with the payload. There's currently a `TODO` on it in the codebase on the...

Committed via https://github.com/asottile/all-repos

The Rollbar [PHP SDK](https://docs.rollbar.com/docs/php#section-usage) (just as an example) allows for logging arbitrary messages to Rollbar: > You can also send Rollbar log-like messages: ```php

The official NodeJS Rollbar client supports `itemsPerMinute` as configuration (https://docs.rollbar.com/docs/rollbarjs-configuration-reference#section-global). It would be nice if this supported something similar. I realise this might make the library a bit more stateful...

As of version 1.0.131, the parameters of the request is not reported to Rollbar. From [ring wiki](https://github.com/ring-clojure/ring/wiki/Parameters), base request parameters look like this: ``` {:http-method :get :uri "/search" :query-string "q=clojure"}...