#4981·manim

Add stack trace to warnings

Author: GniLudioCreated Sep 1, 2026Updated Sep 2, 2026
Labelsgood first issuenew featureeasy

Description of proposed feature

Warnings messages to the user should include the stack trace, so the user knows where it was caused from.

python
logger.warning(
    "Don't do ...",
    stack_info=True,
    stacklevel=2,
)