rollbar-java
rollbar-java copied to clipboard
Rollbar for Java and Android
## Description of the change latest version of junit 4.x https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.2.md ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New...
## Description of the change upgrade to latest version of Apache Log4j https://logging.apache.org/log4j/2.x/ https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.17.2 ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) -...
Hi, we have a Kotlin Android app, we want to integrate rollbar but so far it hasn't worked, our gradle fie: ``` android { compileSdkVersion 26 defaultConfig { minSdkVersion 21...
Add https://github.com/commitizen/cz-cli to repo's dependencies. Add config for commitizen to use https://www.npmjs.com/package/cz-conventional-changelog This will provide the `git cz` command which makes creating conventional-changelog commits easy This also needs we will...
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.
In some cases the actual exception is hiding in the suppressed exception section. rollbar log4j2 is not sending this. We need to append the following as well: ```throwableProxy.getSuppressedProxies()```
https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
I added a sample project to reproduce it at https://github.com/phillipuniverse/rollbar-native-test. Without the agent, startup time is ~2s. With the agent, startup time is ~20s. The project uses the `.dylib` and...
At this location: https://github.com/rollbar/rollbar-java/blob/3197d2e059f4c692fc34c1687d663be18fb2561a/examples/rollbar-java/src/main/java/com/rollbar/example/Application.java#L37 Maybe add something like: ``` java .server(() -> new Server.Builder().root("com.rollbar").build()) ``` That way it should becomes possible to use source code linking. It took some digging...
We are missing instructions for describing how to build, develop, test this SDK. We also need to explicitly list the dependencies and supported versions of frameworks/libs.