Releases: hugomyb/LaravelErrorMailer
v2.0.1
v2.0.0
Release v2.0.0
This update focuses on providing more comprehensive error reporting by including detailed information about the request and browser at the moment of the error, as well as data concerning the authenticated user. These enhancements aim to offer deeper insights into the context surrounding errors, facilitating a more effective debugging process.
What's New:
-
Request and Browser Information: The error reports now capture and include detailed information about the request and the browser, such as the HTTP method, IP address, user agent, referrer URL, request time formatted in a human-readable way using Carbon, and the request URI. This addition aims to provide a clear understanding of the circumstances under which the error occurred, offering clues for quicker resolution.
-
Authenticated User Information: To further aid in diagnosing issues, error reports now also include information about the authenticated user at the time of the error, if applicable. Details such as the user's ID, name, and email address are now logged, providing a clearer picture of who was affected by the error and under what conditions it happened.
Features
- Automatic email sending when an error is detected on the site.
- Simple configuration from
app\config.php
file.