Troubleshooting Event Ingestion/Digestion

If you’ve configured your SDK correctly and you’re still not seeing data in Bugsink, here are some settings you can try to debug the issue:

  • Set VALIDATE_ON_DIGEST to "warn"; this will log a warning if the data is invalid, but will still accept it. The warning will display a json path to the invalid (field of the) data.

  • Use the setting KEEP_ENVELOPES (an integer, denoting how many envelopes should be stored in the database). Using this setting, you can see the raw (decompressed) data that is being sent to Bugsink. The server logs will display a url where superusers can download the envelope for inspection.