If you'd like to bulk upload minidump files, clone this repo:
git clone https://github.com/BugSplat-Git/python-crash-uploadInstall the required packages:
pip install -r requirements.txtInvoke upload.py as follows, being sure to replace database, application, version, and file.dmp with values specific to your BugSplat configuration:
python upload.py database application version ./file.dmpBe sure to wait at least 1 second between requests to avoid triggering a 429 error (too many requests).
Thanks for using BugSplat ❤️
