Technical information if reporting a bug:
- ServicePulse version: 1.16.0
If the NServiceBus.ContentType header is missing from a message, the UI should default to simply displaying the text of the body instead of using a prettifier, but when the header is missing there is an error thrown because the find method used returns a property on the found header. If the header is not found, this is the same as trying to access a property on undefined which results in an error.