Skip to content

No request data in the report #129

Open
@KKSzymanowski

Description

@KKSzymanowski

Description

Request data, such as in a POST request, does not appear in the report in Bugsnag.

Steps to reproduce

  1. Throw some exception in a controller, for example:
using SubiektOptyk.Requests;
using SubiektOptyk.Responses;
using System;

namespace SubiektOptyk.Controllers
{
    public class AuthController : ApiController
    {
        public LoginResponse Post(LoginRequest loginRequest)
        {
            throw new Exception("test");
        }
    }
}
  1. Make a request to the controller with some data
    image
  2. See that the request data does not appear in the report.
    image

How do I make Bugsnag display the request information like with the Laravel (PHP) plugin?

Environment

  • Bugsnag version: 2.2.1
  • .NET framework version: 4.7.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogWe hope to fix this feature/bug in the futurefeature requestRequest for a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions