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

Rollbar for Java and Android

Results 37 rollbar-java issues
Sort by recently updated
recently updated
newest added

Currently adding server metadata is only possible using java configuration example: ``` java new ConfigBuilder.withAccessToken(accessToken) .environment(hostConfiguration.getEnvironment()) .handleUncaughtErrors(true) .truncateLargePayloads(true) .language("java") .framework("spring") .server(() -> new Server.Builder() .host(hostConfiguration.getHostId().getValue()) .metadata(Map.of( "world", hostConfiguration.getWorld(), "accountId", hostConfiguration.getAccountId()))...

java

Please add some recommendations and a working example of a `rollbar-reactive-streams-reactor` to the list of [java examples](https://docs.rollbar.com/docs/java) on your docs page. Questions that comes to mind are what happens if...

React

Hey, do you maybe have an idea, why our apps are crashing? ``` Exception java.lang.RuntimeException: Unable to create application com.xxx.app.CustomApplicationClass: java.lang.RuntimeException: Could not create folder: /data/user/0/com.xxx.app/cache/rollbar-items at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6810) at...

## Description of the change > Reduces logback warnings ## Type of change - [x] Bug fix (non-breaking change that fixes an issue)

## Description of the change version up logback 1.2.3 -> 1.4.4 ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New...

## Description of the change > Please include a summary of the change and which issues are fixed. > Please also include relevant motivation and context. ## Type of change...

## Description of the change Set versions without vulnerabilities The actual versions have this issues https://devhub.checkmarx.com/cve-details/CVE-2023-6378/ https://devhub.checkmarx.com/cve-details/CVE-2021-42550/ ~We need at least the `1.5.0`~ Version `1.3.14` is ok, has no vulnerabilities...

## Description of the change > Track telemetry events by user ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [X] New feature...

Is it possible (maybe I don't know the setting) to have rollbar automatically log the `ipv6 `address similar to how `client.user_ip `automatically logs the `ipv4 `address? Or could this be...

## Description of the change Update struts2, logback and javax.servlet-api ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature...

dependencies