We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1795254 commit 9d00080Copy full SHA for 9d00080
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+# 1.7.10
4
+
5
+- Add option to truncate payloads before sending them to Rollbar.
6
+- Disable vmlens tests when running in Java 11, since it occasionally generates invalid bytecode.
7
8
# 1.7.9
9
10
- Add rollbar-android option to detect when the network is unavailable and suspend sending occurrences.
gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=1.7.10-SNAPSHOT
+VERSION_NAME=1.7.10
GROUP=com.rollbar
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
0 commit comments