Work in Progress: This project is a fork of elm-rollbar
, with the
intention of adapting it to work with TrackJS.
TODOs:
- Add example implementation (will also function as a live test)
- Test that it works!
- Add optional
Context
to include useful things - Get rid of console and levels: does not seem very useful for TrackJS
- Add
Scope
to includeurl
and "stack trace", anything else? - Figure out what to include in
customer
data, in particular, the variousid
s - Add test for version staying in sync
- Finish and check documentation
- Publish!
Possible extra features not currently implemented:
- Explore how maximum payload size and HTTP 413 response can be handled (without encumbering the API). An idea would be to trim values to a fixed "long enough" length for each field, compute how much of the 100 kB we have left, and then trim rest of stackTrace.
- Optional
console
events - Optional
network
telemetry information