Skip to content

madmox/Sentry.DemoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Test repo to replicate Sentry IncludeRequestPayload bug.

Steps to reproduce:

  • Open the solution in Visual Studio 2017.
  • Fill in your DSN in the file src/Sentry.DemoProject.Web/appsettings.json.
  • Hit 'F5'.
  • From PostMan (or equivalent), send an HTTP POST request to /api/test with a ZIP file as raw binary content.
    • You might wanna disable SSL certificate validation in PostMan.