Some of the errors generated by bolt contain stack traces which make sense for a CLI tool but may be a problem for a server. We should update some generic errors to filter out stack traces when boltserver is running in production without hiding them from dev environments or the bolt cli.
Some of the errors generated by bolt contain stack traces which make sense for a CLI tool but may be a problem for a server. We should update some generic errors to filter out stack traces when boltserver is running in production without hiding them from dev environments or the bolt cli.
{{Bolt::Result.from_exception}} will add a backtrace. When running bolt-server in production, we don't want that to happen.
Some of the errors generated by bolt contain stack traces which make sense for a CLI tool but may be a problem for a server. We should update some generic errors to filter out stack traces when boltserver is running in production without hiding them from dev environments or the bolt cli.
{{Bolt::Result.from_exception}} will add a backtrace. When running bolt-server in production, we don't want that to happen.