Plack-Middleware-BetterStackTrace

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

Changes
LICENSE
META.json
README.md
cpanfile
lib/Plack/Middleware/BetterStackTrace.pm
t/00_compile.t
t/basic.t
t/force.t
t/sigdie.t
t/streaming.t
META.yml
MANIFEST

README.md  view on Meta::CPAN

also stored in the environment as a plaintext and HTML under the key
`plack.stacktrace.text` and `plack.stacktrace.html` respectively, so
that middleware futher up the stack can reference it.

You're recommended to use this middleware during the development and
use [Plack::Middleware::HTTPExceptions](http://search.cpan.org/perldoc?Plack::Middleware::HTTPExceptions) in the deployment mode as a
replacement, so that all the exceptions thrown from your application
still get caught and rendered as a 500 error response, rather than
crashing the web server.

Catching errors in streaming response is not supported.

This module is based on [Plack::Middleware::StackTrace](http://search.cpan.org/perldoc?Plack::Middleware::StackTrace) and Better Errors for Ruby [https://github.com/charliesome/better\_errors](https://github.com/charliesome/better\_errors).

# LICENSE

Perl

Copyright (C) Tasuku SUENAGA a.k.a. gunyarakun.

This library is free software; you can redistribute it and/or modify

lib/Plack/Middleware/BetterStackTrace.pm  view on Meta::CPAN

also stored in the environment as a plaintext and HTML under the key
C<plack.stacktrace.text> and C<plack.stacktrace.html> respectively, so
that middleware futher up the stack can reference it.

You're recommended to use this middleware during the development and
use L<Plack::Middleware::HTTPExceptions> in the deployment mode as a
replacement, so that all the exceptions thrown from your application
still get caught and rendered as a 500 error response, rather than
crashing the web server.

Catching errors in streaming response is not supported.

This module is based on L<Plack::Middleware::StackTrace> and Better Errors for Ruby L<https://github.com/charliesome/better_errors>.

=head1 LICENSE

Perl

Copyright (C) Tasuku SUENAGA a.k.a. gunyarakun.

This library is free software; you can redistribute it and/or modify



( run in 0.274 second using v1.01-cache-2.11-cpan-4d50c553e7e )