MyDotnetCrasher (.NET)
Prerequisites 🚦
1. Clone the sample
git clone https://github.com/BugSplat-Git/my-dotnet-crasher.git
cd my-dotnet-crasher2. Configure your BugSplat database
private static Reporter reporter = new Reporter("your-database", "MyDotnetCrasher", "1.0.0");<Exec Command=".\Tools\symbol-upload-windows.exe -b your-database -a MyDotnetCrasher -v 1.0.0 -u your-email@example.com -p your-password -f "**/*.{pdb,exe,dll}" -d "./bin""/>3. Build
4. Post a test crash
5. View the crash ✅
Last updated
Was this helpful?
