Documentation Index
Fetch the complete documentation index at: https://docs.pulsy.app/llms.txt
Use this file to discover all available pages before exploring further.
Testing Feeds
Atria supports testing feed logic against block data before a feed goes live. This helps teams validate filters, output shape, and edge cases before deployment. Testing matters because feeds often become operational contracts. Once a destination starts relying on a payload shape, even a small field change can break an alert, pipeline, or internal service.What to Test
- The selected data type.
- Whether
main(stream)returnsnullwhen it should. - Whether matching output is JSON-safe.
- Address casing and token unit handling.
- Error behavior for empty logs, missing fields, or malformed events.