smonitor.export_bundle#
- smonitor.export_bundle(path, *, include_events=True, max_events=None, since=None, drop_extra=False, drop_context=False, redact_fields=None, force=False, append_events=False, config_base=None)[source]#
- Parameters:
path (str | Path)
include_events (bool)
max_events (int | None)
since (str | None)
drop_extra (bool)
drop_context (bool)
redact_fields (Iterable[str] | None)
force (bool)
append_events (bool)
config_base (Path | None)
- Return type:
Path