Closed ArielDemarco closed 2 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
Warnings | |
---|---|
:warning: | No CHANGELOG entry added. |
Generated by :no_entry_sign: Danger Swift against 09211231ff89d91e2f74e6e4c0a40c3894af0066
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.59%. Comparing base (
5097a6f
) to head (0921123
). Report is 5 commits behind head on main.
Overview
Added a new parameter to the
log
public api:stackTraceBehavior
. This parameter is of typeStackTraceBehavior
which has two options:default
: as it works today (warn & errors attach stacktraces)never
: don't capture stacktraces, no matter what.By default, the public API adds the
.default
as the defaultStackTraceBehavior
.