insightops_dart 0.2.0 insightops_dart: ^0.2.0 copied to clipboard
Unofficial wrapper for using Rapid7 insightOps logs (former LogEntries) with Dart.
0.2.0 #
- 👮 Migrate to nullsafety
0.1.0+1 #
- 👮
dispose()
method is now async.
0.1.0 #
- 💥 Breaking change:
getMeta
parameter is removed. UsetransformBody
parameter to update the body of the message.
0.0.6 #
- ⚡ Change MetaGetter to return Future
0.0.5 #
- 📺 Update Dart dependency
0.0.4 #
- 🐛 Fix timeout increasing
0.0.3 #
- ⚡ Add max timeout for backoff
0.0.2 #
- ⚡ Add error catching and exponential backoff
0.0.1 #
- Initial version